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

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

Parameters

item
Type: DlhSoft.Web.UI.WebControls..::.GanttChartItem
toIndex
Type: System..::.Int32
includeChildren
Type: System..::.Boolean

See Also