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

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

Syntax

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

Parameters

item
Type: DlhSoft.Windows.Controls..::.ScheduleChartItem
includeChildren
Type: System..::.Boolean
withinParent
Type: System..::.Boolean

See Also