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

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

Syntax

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

See Also