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

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

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

See Also