Moves the specified item to a new index 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 MoveItem(
	ScheduleChartItem item,
	int toIndex
)
Visual Basic (Declaration)
Public Sub MoveItem ( _
	item As ScheduleChartItem, _
	toIndex As Integer _
)

Parameters

item
Type: DlhSoft.Web.UI.WebControls..::.ScheduleChartItem
toIndex
Type: System..::.Int32

See Also