GanttColumnCollection.Insert(Int32, GanttColumnBase) Method
Inserts a column into the specified position.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v25.2.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | The index. |
| column | GanttColumnBase | The Gantt column. |
See Also