PagedCollectionView.SortDescriptions Property
Silverlight
Gets a collection of SortDescription objects that describe how the items in the collection are sorted in the view.
Namespace: System.Windows.Data
Assembly: System.Windows.Data (in System.Windows.Data.dll)
Property Value
Type: System.ComponentModel.SortDescriptionCollectionA collection of SortDescription objects that describe how the items in the collection are sorted in the view.
Implements
ICollectionView.SortDescriptionsThe following code example demonstrates how to add a sort description to the SortDescriptions collection to sort data in a DataGrid display. This example is part of a larger example available in the How to: Group, Sort, and Filter Data in the DataGrid Control topic.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.