ComponentOne GanttView for WinForms
ApplySort Method (TaskCollection)

C1.Win.C1GanttView.4 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.
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

Reference

TaskCollection Class
TaskCollection Members