GridItemsProviderRequest<TGridItem>.SortByAscending 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 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