GridItemsProviderRequest<TGridItem>.SortByAscending 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定当前排序方向。
通常应调用 ApplySorting(IQueryable<TGridItem>) 或 GetSortByProperties(),而不是手动推断排序规则,因为它们也会自动解释 SortByColumn 和 SortByAscending 。
public bool SortByAscending { get; init; }
member this.SortByAscending : bool with get, set
Public Property SortByAscending As Boolean