[]
Sorts all the tasks by specific property and order direction.
public void SortTasks(PropertyDescriptor prop, ListSortDirection direction)
Type | Name | Description |
---|---|---|
PropertyDescriptor | prop | The PropertyDescriptor object. |
ListSortDirection | direction | The ListSortDirection value. |
Sorts all the tasks by given comparer.
public void SortTasks(IComparer<Task> comparer)
Type | Name | Description |
---|---|---|
IComparer<Task> | comparer | The IComparer<T> object. |