ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / SortDescription Class / State Property

In This Topic
    State Property (SortDescription)
    In This Topic
    Gets or sets a value that indicates whether to sort in ascending or descending order.
    Syntax
    'Declaration
     
    
    Public Property State As DataGridSortState
    public DataGridSortState State {get; set;}
    See Also