SortDescriptions Property
SortDescriptions
Gets the collection of sort descriptions currently applied to the data source.
Declaration
public ListSortDescriptionCollection SortDescriptions { get; }
Public ReadOnly Property SortDescriptions As ListSortDescriptionCollection
Implements