TreeListColumnCollection Class
Represents the ASPxTreeList’s column collection.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return TreeListColumnCollection objects:
Remarks
The ASPxTreeList control stores its columns within the ASPxTreeList.Columns collection. This collection is represented by the TreeListColumnCollection class. Members of this class can be used to add, delete, access individual columns and perform other common collection management tasks.
Inheritance
Object
StateManagedCollectionBase
Collection
DevExpress.Web.Internal.WebColumnCollectionBase
See Also