ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList Class / SupportsSorting Property

In This Topic
    SupportsSorting Property
    In This Topic
    Gets whether the list supports sorting.
    Syntax
    'Declaration
     
    Public ReadOnly Property SupportsSorting As System.Boolean
    public System.bool SupportsSorting {get;}
    See Also