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

In This Topic
    SortDirection Property
    In This Topic
    Gets the direction of the sort.
    Syntax
    'Declaration
     
    Public ReadOnly Property SortDirection As System.ComponentModel.ListSortDirection
    public System.ComponentModel.ListSortDirection SortDirection {get;}
    See Also