ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.8 Assembly / C1.Win.C1GanttView Namespace / TaskCollection Class / ApplySort Method
A System.ComponentModel.PropertyDescriptor that specifies the property to sort on.
One of the System.ComponentModel.ListSortDirection values.

In This Topic
    ApplySort Method (TaskCollection)
    In This Topic
    Sorts the tasks.
    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
    A System.ComponentModel.PropertyDescriptor that specifies the property to sort on.
    direction
    One of the System.ComponentModel.ListSortDirection values.
    See Also