Skip to main content
All docs
V19.1

GanttColumnCollection.Remove(TreeListColumn) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxTreeList.v19.1.dll

Declaration

public void Remove(
    TreeListColumn column
)

Parameters

Name Type Description
column TreeListColumn

The column.

See Also