Share via


GridItemsProviderRequest<TGridItem>.SortByColumn Property

Definition

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)

Property Value

Applies to