ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / SortDescriptions Property

In This Topic
    SortDescriptions Property (BaseCollectionView)
    In This Topic
    Gets a collection of System.ComponentModel.SortDescription instances that describe how the items in the collection are sorted in the view.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property SortDescriptions As SortDescriptionCollection
    public virtual SortDescriptionCollection SortDescriptions {get;}

    Property Value

    A collection of values that describe how the items in the collection are sorted in the view.
    See Also