Skip to main content

TreeListColumnCollection.Remove(TreeListColumn) Method

Removes the specified column from the collection.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void Remove(
    TreeListColumn column
)

Parameters

Name Type Description
column TreeListColumn

A TreeListColumn object or descendant to remove from the collection.

Remarks

To add the specified column to the collection, use the TreeListColumnCollection.Add or TreeListColumnCollection.Insert method.

See Also