Moves the specified item to a new index in the collection, preserving its hierarchical validity, optionally with its entire following children array.

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

Syntax

C#
public void Move(
	GanttChartItem item,
	int toIndex,
	bool includeChildren
)
Visual Basic (Declaration)
Public Sub Move ( _
	item As GanttChartItem, _
	toIndex As Integer, _
	includeChildren As Boolean _
)

Parameters

item
Type: DlhSoft.Windows.Controls..::.GanttChartItem
toIndex
Type: System..::.Int32
includeChildren
Type: System..::.Boolean

See Also