DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ISupportSorting Interface / SortDescriptions Property

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