Skip to main content
A newer version of this page is available. .

TreeListColumnCollection Class

Represents the ASPxTreeList’s column collection.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public class TreeListColumnCollection :
    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

DevExpress.Utils.IAssignableCollection

Inheritance

See Also