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

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

See Also