ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / SortState Property

In This Topic
    SortState Property (DataGridComboBoxColumn)
    In This Topic
    Gets the sorting state of this column.
    Syntax
    'Declaration
     
    
    Public Property SortState As DataGridSortState
    public DataGridSortState SortState {get; set;}
    Remarks
    Use C1DataGrid.SortBy to change the sort criteria.
    See Also