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

In This Topic
    IsSorted Property
    In This Topic
    Gets whether the items in the list are sorted.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsSorted As System.Boolean
    public System.bool IsSorted {get;}
    See Also