ReadOnlyTreeListColumnCollection(IList<T>) Constructor
Initializes a new instance of the ReadOnlyTreeListColumnCollection<T> class.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
list | IList<T> | A list of column objects. |
See Also