aspnet-devexpress-dot-web-dot-aspxtreelist-7e72d34a.md
Represents the ASPxTreeList’s column collection.
Namespace : DevExpress.Web.ASPxTreeList
Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll
NuGet Package : DevExpress.Web
public class TreeListColumnCollection :
WebColumnCollectionBase
Public Class TreeListColumnCollection
Inherits WebColumnCollectionBase
The following members return TreeListColumnCollection objects:
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.
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection DevExpress.Web.Internal.WebColumnCollectionBase TreeListColumnCollection MVCxTreeListColumnCollection<RowType>
See Also