ComponentOne DataGrid for WPF and Silverlight
SortDescriptions Property

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : SortDescriptions Property
Gets a collection of System.ComponentModel.SortDescription instances that describe how the items in the collection are sorted in the view.
Syntax
'Declaration
 
Public Overridable ReadOnly Property SortDescriptions As System.ComponentModel.SortDescriptionCollection
public virtual System.ComponentModel.SortDescriptionCollection SortDescriptions {get;}

Property Value

A collection of values that describe how the items in the collection are sorted in the view.
See Also

Reference

BaseCollectionView Class
BaseCollectionView Members