Sorts all the tasks by specific property and order direction.
Syntax
'Declaration
Public Overloads Sub SortTasks( _
ByVal As System.ComponentModel.PropertyDescriptor, _
ByVal As System.ComponentModel.ListSortDirection _
)
public void SortTasks(
System.ComponentModel.PropertyDescriptor ,
System.ComponentModel.ListSortDirection
)
Parameters
- prop
- The System.ComponentModel.PropertyDescriptor object.
- direction
- The System.ComponentModel.ListSortDirection value.
See Also