ColumnBase<TGridItem>.SortBy 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.
Specifies sorting rules for a column.
public abstract Microsoft.AspNetCore.Components.QuickGrid.GridSort<TGridItem>? SortBy { get; set; }
member this.SortBy : Microsoft.AspNetCore.Components.QuickGrid.GridSort<'GridItem> with get, set
Public MustOverride Property SortBy As GridSort(Of TGridItem)