Skip to main content

TreeListColumnCollection.Remove(TreeListColumn) Method

Removes a column from the collection.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v24.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