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

In This Topic
    SortProperty Property
    In This Topic
    Gets the System.ComponentModel.PropertyDescriptor that is being used for sorting.
    Syntax
    'Declaration
     
    Public ReadOnly Property SortProperty As System.ComponentModel.PropertyDescriptor
    public System.ComponentModel.PropertyDescriptor SortProperty {get;}
    See Also