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

ReadOnlyTreeListColumnCollection<T> Class

Represents the TreeList’s read only column collection.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public class ReadOnlyTreeListColumnCollection<T> :
    ReadOnlyCollection<T>
    where T : TreeListColumn

Type Parameters

Name
T

Remarks

The ASPxTreeList provides the ASPxTreeList.DataColumns collection that is presented by the ReadOnlyTreeListColumnCollection<T> class. Members of this class can be used to get the column with the specified name, field name or caption.

Inheritance

Object
ReadOnlyCollection<T>
ReadOnlyTreeListColumnCollection<T>
See Also