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

ReadOnlyTreeListColumnCollection(IList<T>) Constructor

Initializes a new instance of the ReadOnlyTreeListColumnCollection<T> class.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public ReadOnlyTreeListColumnCollection(
    IList<T> list
)

Parameters

Name Type Description
list IList<T>

A list of column objects.

See Also