TreeListColumnCollection.Add(TreeListColumn) Method
Adds the specified column to the collection.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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