ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / SortedColumns Property

In This Topic
    SortedColumns Property (C1DataGrid)
    In This Topic
    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