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

In This Topic
    SortDescriptions Property (C1CollectionViewDataCollection)
    In This Topic
    Gets the sort descriptions applied to the data.
    Syntax
    'Declaration
     
    Public ReadOnly Property SortDescriptions As IReadOnlyList(Of SortDescription)
    public IReadOnlyList<SortDescription> SortDescriptions {get;}
    See Also