Moves the specified item to a new index in the collection.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public void MoveItem( LoadChartItem item, int toIndex ) |
| Visual Basic (Declaration) |
|---|
Public Sub MoveItem ( _ item As LoadChartItem, _ toIndex As Integer _ ) |