ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList Class / ApplySort Method
The System.ComponentModel.PropertyDescriptor to sort by.
One of the System.ComponentModel.ListSortDirection values.

In This Topic
    ApplySort Method
    In This Topic
    Sorts the list based on a System.ComponentModel.PropertyDescriptor and a System.ComponentModel.ListSortDirection.
    Syntax
    'Declaration
     
    Public Sub ApplySort( _
       ByVal property As System.ComponentModel.PropertyDescriptor, _
       ByVal direction As System.ComponentModel.ListSortDirection _
    ) 
    public void ApplySort( 
       System.ComponentModel.PropertyDescriptor property,
       System.ComponentModel.ListSortDirection direction
    )

    Parameters

    property
    The System.ComponentModel.PropertyDescriptor to sort by.
    direction
    One of the System.ComponentModel.ListSortDirection values.
    See Also