[]
        
(Showing Draft Content)

C1.GanttView.TaskCollection.ApplySort

ApplySort Method

ApplySort(PropertyDescriptor, ListSortDirection)

Sorts the tasks.

Declaration
public void ApplySort(PropertyDescriptor property, ListSortDirection direction)
Parameters
Type Name Description
PropertyDescriptor property

A PropertyDescriptor that specifies the property to sort on.

ListSortDirection direction

One of the ListSortDirection values.

Implements