Condividi tramite


GridItemsProviderRequest<TGridItem>.SortByColumn Proprietà

Definizione

Specifica la colonna che rappresenta l'ordinamento.

Invece di dedurre manualmente le regole di ordinamento, è consigliabile in genere chiamare ApplySorting(IQueryable<TGridItem>) o GetSortByProperties(), perché vengono anche definite SortByColumn e SortByAscending automaticamente.

public Microsoft.AspNetCore.Components.QuickGrid.ColumnBase<TGridItem>? SortByColumn { get; init; }
member this.SortByColumn : Microsoft.AspNetCore.Components.QuickGrid.ColumnBase<'GridItem> with get, set
Public Property SortByColumn As ColumnBase(Of TGridItem)

Valore della proprietà

Si applica a