ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid.Data Namespace / ICollectionViewSortExtension Interface / C1SortDescriptions Property

In This Topic
    C1SortDescriptions Property
    In This Topic
    Gets or sets the sort descriptions. When setting the property the sort descriptions should be applied to the underlying data.
    Syntax
    'Declaration
     
    
    Property C1SortDescriptions As DataGridColumnValue(Of DataGridSortDirection)()
    DataGridColumnValue<DataGridSortDirection>[] C1SortDescriptions {get; set;}
    See Also