Moves the specified item 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 void MoveItemDown(
	ScheduleChartItem item
)
Visual Basic (Declaration)
Public Sub MoveItemDown ( _
	item As ScheduleChartItem _
)

See Also