Xceed DataGrid for Silverlight Documentation
SortDescriptions Property (DataGridContext)


Gets a collection of sort descriptions that describe how the items in a grid are sorted.
Syntax
'Declaration
 
Public ReadOnly Property SortDescriptions As SortDescriptionCollection
'Usage
 
Dim instance As DataGridContext
Dim value As SortDescriptionCollection
 
value = instance.SortDescriptions
public SortDescriptionCollection SortDescriptions {get;}

Property Value

A generic ObservableCollection of SortDescription objects that describe how the items in a grid are sorted.
Remarks
Whenever groups are created from the values of a column, those same values will automatically be sorted in ascending order; however, a SortDescription object will not be added to the SortDescriptions collection.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridContext Class
DataGridContext Members

Send Feedback