DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / SortDescriptions Property

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