SortDescriptions Property
SortDescriptions
Gets the sort descriptions applied to the data.
Declaration
public IReadOnlyList<SortDescription> SortDescriptions { get; }
Public ReadOnly Property SortDescriptions As IReadOnlyList(Of SortDescription)
Implements