GanttColumnCollection.Remove(GanttColumnBase) Method
Removes the specified Gantt column from the collection.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v20.2.dll
Declaration
public void Remove(
GanttColumnBase column
)
Public Sub Remove(
column As GanttColumnBase
)
Parameters
Name | Type | Description |
---|---|---|
column | GanttColumnBase | The Gantt column. |
See Also
Feedback