Hierarchically sorts all resource 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<ScheduleChartItem> itemComparison,
	bool descending
)
Visual Basic (Declaration)
Public Sub Sort ( _
	itemComparison As Comparison(Of ScheduleChartItem), _
	descending As Boolean _
)

Parameters

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

See Also