IBindingListView::SortDescriptions Property
.NET Framework (current version)
Gets the collection of sort descriptions currently applied to the data source.
Assembly: System (in System.dll)
property ListSortDescriptionCollection^ SortDescriptions {
ListSortDescriptionCollection^ get();
}
Property Value
Type: System.ComponentModel::ListSortDescriptionCollection^The ListSortDescriptionCollection currently applied to the data source.
The ListSortDescriptionCollection is a read-only collection, once constructed.
.NET Framework
Available since 2.0
Available since 2.0
Show: