Skip to main content

GanttColumnCollection.Remove(GanttColumnBase) Method

Removes the specified Gantt column from the collection.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

Declaration

public void Remove(
    GanttColumnBase column
)

Parameters

Name Type Description
column GanttColumnBase

The Gantt column.

See Also