GridItemsProviderRequest<TGridItem>.GetSortByProperties Method

Definition

Produces a collection of (property name, direction) pairs representing the sorting rules.

public System.Collections.Generic.IReadOnlyCollection<Microsoft.AspNetCore.Components.QuickGrid.SortedProperty> GetSortByProperties ();
member this.GetSortByProperties : unit -> System.Collections.Generic.IReadOnlyCollection<Microsoft.AspNetCore.Components.QuickGrid.SortedProperty>
Public Function GetSortByProperties () As IReadOnlyCollection(Of SortedProperty)

Returns

A collection of (property name, direction) pairs representing the sorting rules

Applies to