Skip to main content
All docs
V25.1
  • GanttColumnCollection.Remove(GanttColumnBase) Method

    Removes the specified Gantt column from the collection.

    Namespace: DevExpress.Web.ASPxGantt

    Assembly: DevExpress.Web.ASPxGantt.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public void Remove(
        GanttColumnBase column
    )

    Parameters

    Name Type Description
    column GanttColumnBase

    The Gantt column.

    See Also