Moves the specified item up in the collection, optionally with its entire following children array, and optionally ensuring preserving the current parent item.

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

Syntax

C#
public void MoveItemUp(
	GanttChartItem item,
	bool includeChildren,
	bool withinParent
)
Visual Basic (Declaration)
Public Sub MoveItemUp ( _
	item As GanttChartItem, _
	includeChildren As Boolean, _
	withinParent As Boolean _
)

Parameters

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

See Also