Compartir a través de


GridItemsProviderRequest<TGridItem>.SortByAscending Propiedad

Definición

Especifica la dirección de ordenación actual.

En lugar de deducir manualmente las reglas de ordenación, normalmente debe llamar a o ApplySorting(IQueryable<TGridItem>)GetSortByProperties(), ya que también tienen en cuenta SortByColumn y SortByAscending automáticamente.

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

Valor de propiedad

Se aplica a