Moves the specified item to a new index in the collection, preserving its hierarchical validity, optionally with its entire following children array.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public void MoveItem( GanttChartItem item, int toIndex, bool includeChildren ) |
| Visual Basic (Declaration) |
|---|
Public Sub MoveItem ( _ item As GanttChartItem, _ toIndex As Integer, _ includeChildren As Boolean _ ) |
Parameters
- item
- Type: DlhSoft.Web.Mvc..::.GanttChartItem
- toIndex
- Type: System..::.Int32
- includeChildren
- Type: System..::.Boolean