Skip to main content
All docs
V25.2
  • 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

    public void Insert(
        int index,
        GanttColumnBase column
    )

    Parameters

    Name Type Description
    index Int32

    The index.

    column GanttColumnBase

    The Gantt column.

    See Also