Overload List

  NameDescription
Sort(Comparison<(Of <(GanttChartItem>)>), Boolean)
Hierarchically sorts all task items in the collection based on the optionally specified parameters.
(Inherited from GanttChartDataGrid.)
Sort(Comparison<(Of <(ScheduleChartItem>)>), Boolean)
Hierarchically sorts all resource items in the collection based on the optionally specified parameters.
Sort(GanttChartItem, Comparison<(Of <(GanttChartItem>)>), Boolean)
Hierarchically sorts the child items within a specified root task item in the collection based on the other optionally specified parameters.
(Inherited from GanttChartDataGrid.)
Sort(ScheduleChartItem, Comparison<(Of <(ScheduleChartItem>)>), Boolean)
Hierarchically sorts the child items within a specified root resource item in the collection based on the other optionally specified parameters.

See Also