Returns a value that indicates whether the specified item may be moved down in the collection.

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

Syntax

C#
public bool CanMoveDown(
	LoadChartItem item
)
Visual Basic (Declaration)
Public Function CanMoveDown ( _
	item As LoadChartItem _
) As Boolean

See Also