GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.6.2 Assembly / C1.GanttView 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 PropertyDescriptor, _
       ByVal direction As ListSortDirection _
    ) 
    public void ApplySort( 
       PropertyDescriptor property,
       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