ReadOnlyTreeListColumnCollection<T> Class
In This Article
Represents the TreeList’s read only column collection.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#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