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

TreeListColumnCollection.Remove(TreeListColumn) Method

Removes a column from the collection.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public virtual void Remove(
    TreeListColumn column
)

Parameters

Name Type Description
column TreeListColumn

A TreeListColumn object representing the column to remove.

See Also