Returns a value that indicates whether the specified item may be moved 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 bool CanMoveDown(
	GanttChartItem item,
	bool includeChildren,
	bool withinParent
)
Visual Basic (Declaration)
Public Function CanMoveDown ( _
	item As GanttChartItem, _
	includeChildren As Boolean, _
	withinParent As Boolean _
) As Boolean

Parameters

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

See Also