Skip to main content

ReadOnlyTreeListColumnCollection(IList<T>) Constructor

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

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public ReadOnlyTreeListColumnCollection(
    IList<T> list
)

Parameters

Name Type Description
list IList<T>

A list of column objects.

See Also