共用方式為


GridItemsProviderRequest<TGridItem>.SortByAscending 屬性

定義

指定目前的排序方向。

您通常應該呼叫 ApplySorting(IQueryable<TGridItem>)GetSortByProperties(),因為它們也會考慮 SortByColumnSortByAscending 自動,而不是手動推斷排序規則。

public bool SortByAscending { get; init; }
member this.SortByAscending : bool with get, set
Public Property SortByAscending As Boolean

屬性值

適用於