ComponentOne DataGrid for WPF and Silverlight
SortedColumns Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : SortedColumns Property
Gets the collection of columns whose DataGridColumn.SortState is different from null. This group of columns determine the sorting state of the C1DataGrid.
Syntax
'Declaration
 
Public ReadOnly Property SortedColumns As DataGridColumn()
public DataGridColumn[] SortedColumns {get;}
Remarks
The order of the columns in the array is the order the data is sorted.
See Also

Reference

C1DataGrid Class
C1DataGrid Members