ICollectionView::SortDescriptions Property
.NET Framework (current version)
Gets a collection of SortDescription objects that describe how the items in the collection are sorted in the view.
Assembly: WindowsBase (in WindowsBase.dll)
property SortDescriptionCollection^ SortDescriptions {
SortDescriptionCollection^ get();
}
Property Value
Type: System.ComponentModel::SortDescriptionCollection^A collection of SortDescription objects that describe how the items in the collection are sorted in the view.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: