Moves the specified item up in the collection.

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

Syntax

C#
public void MoveItemUp(
	LoadChartItem item
)
Visual Basic (Declaration)
Public Sub MoveItemUp ( _
	item As LoadChartItem _
)

See Also