GridItemsProviderRequest<TGridItem>.SortByAscending 속성

정의

현재 정렬 방향을 지정합니다.

정렬 규칙을 수동으로 유추하는 대신 일반적으로 또는 를 호출 ApplySorting(IQueryable<TGridItem>) 해야 합니다. 또한 및 SortByAscending 를 자동으로 고려 SortByColumn 하기 때문에 GetSortByProperties()입니다.

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

속성 값

적용 대상