ColumnBase<TGridItem>.Grid Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a reference to the enclosing QuickGrid<TGridItem>.
public Microsoft.AspNetCore.Components.QuickGrid.QuickGrid<TGridItem> Grid { get; }
member this.Grid : Microsoft.AspNetCore.Components.QuickGrid.QuickGrid<'GridItem>
Public ReadOnly Property Grid As QuickGrid(Of TGridItem)