Skip to main content
A newer version of this page is available. .

GanttColumnCollection.Remove(GanttColumnBase) Method

Removes the specified Gantt column from the collection.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

Declaration

public void Remove(
    GanttColumnBase column
)

Parameters

Name Type Description
column GanttColumnBase

The Gantt column.

See Also