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.UI.WebControlsAssembly: DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.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
- toIndex
- Type: System..::.Int32
- includeChildren
- Type: System..::.Boolean