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