GridItemsProviderRequest<TGridItem>.SortByColumn 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 which column represents the sort order.
Rather than inferring the sort rules manually, you should normally call either ApplySorting(IQueryable<TGridItem>) or GetSortByProperties(), since they also account for SortByColumn and SortByAscending automatically.
public Microsoft.AspNetCore.Components.QuickGrid.ColumnBase<TGridItem>? SortByColumn { get; init; }
member this.SortByColumn : Microsoft.AspNetCore.Components.QuickGrid.ColumnBase<'GridItem> with get, set
Public Property SortByColumn As ColumnBase(Of TGridItem)