TreeListColumnCollection.Remove(TreeListColumn) Method
Removes the specified column from 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 remove from the collection. |
Remarks
To add the specified column to the collection, use the TreeListColumnCollection.Add or TreeListColumnCollection.Insert method.
See Also