Skip to main content

TreeListColumnCollection.Add(TreeListColumn) Method

Adds the specified column to the collection.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public void Add(
    TreeListColumn column
)

Parameters

Name Type Description
column TreeListColumn

A TreeListColumn object or descendant to add to the collection.

Remarks

To remove the specified column from the collection, use the TreeListColumnCollection.Remove method.

See Also