Back to Devexpress

TreeListColumnCollection Class

aspnet-devexpress-dot-web-dot-aspxtreelist-7e72d34a.md

latest2.5 KB
Original Source

TreeListColumnCollection Class

Represents the ASPxTreeList’s column collection.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListColumnCollection :
    WebColumnCollectionBase
vb
Public Class TreeListColumnCollection
    Inherits WebColumnCollectionBase

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.

Implements

IList

ICollection

IEnumerable

IStateManager

DevExpress.Utils.IAssignableCollection

Inheritance

Object StateManagedCollectionBase Collection DevExpress.Web.Internal.WebColumnCollectionBase TreeListColumnCollection MVCxTreeListColumnCollection<RowType>

MVCxTreeListColumnCollection

See Also

TreeListColumnCollection Members

Columns

Accessing Columns

Tree List

DevExpress.Web.ASPxTreeList Namespace