DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1BindingListDataCollection Class / SortDescriptions Property

In This Topic
    SortDescriptions Property (C1BindingListDataCollection)
    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