Hierarchically sorts all task items in the collection based on the optionally specified parameters.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public void Sort(
	Comparison<GanttChartItem> itemComparison,
	bool descending
)
Visual Basic (Declaration)
Public Sub Sort ( _
	itemComparison As Comparison(Of GanttChartItem), _
	descending As Boolean _
)

Parameters

itemComparison
Type: System..::.Comparison<(Of <(GanttChartItem>)>)
descending
Type: System..::.Boolean

See Also