Moves the specified item down in the collection.

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

Syntax

C#
public void MoveItemDown(
	ScheduleChartItem item
)
Visual Basic (Declaration)
Public Sub MoveItemDown ( _
	item As ScheduleChartItem _
)

See Also