Skip to main content

GanttColumnCollection.Insert(Int32, GanttColumnBase) Method

Inserts a column into the specified position.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void Insert(
    int index,
    GanttColumnBase column
)

Parameters

Name Type Description
index Int32

The index.

column GanttColumnBase

The Gantt column.

See Also