ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView 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 System.Collections.Generic.IReadOnlyList(Of SortDescription)
    System.Collections.Generic.IReadOnlyList<SortDescription> SortDescriptions {get;}
    See Also