Share via


GridItemsProviderRequest<TGridItem>.SortByAscending Property

Definition

Specifies the current sort direction.

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 bool SortByAscending { get; init; }
member this.SortByAscending : bool with get, set
Public Property SortByAscending As Boolean

Property Value

Applies to