Skip to main content

TreeListColumnCollection.Remove(TreeListColumn) Method

Removes a column from the collection.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public virtual void Remove(
    TreeListColumn column
)

Parameters

Name Type Description
column TreeListColumn

A TreeListColumn object representing the column to remove.

See Also