GridItemsProviderRequest<TGridItem>.GetSortByProperties 方法

定义

生成表示排序规则的 (属性名称、方向) 对的集合。

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)

返回

表示排序规则的 (属性名称、方向) 对的集合

适用于