[]
Returns a list of the current sort descriptions.
public static IReadOnlyList<SortDescription> GetSortDescriptions<T>(this IDataCollection<T> dataCollection) where T : class?
Type | Name | Description |
---|---|---|
IDataCollection<T> | dataCollection | The data collection. |
Type | Description |
---|---|
IReadOnlyList<SortDescription> |
Name | Description |
---|---|
T |