Back to Devexpress

ReadOnlyTreeListColumnCollection<T> Class

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-readonlytreelistcolumncollection-1.md

latest2.4 KB
Original Source

ReadOnlyTreeListColumnCollection<T> Class

Represents the TreeList’s read only column collection.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class ReadOnlyTreeListColumnCollection<T> :
    ReadOnlyCollection<T>
    where T : TreeListColumn
vb
Public Class ReadOnlyTreeListColumnCollection(Of T As TreeListColumn)
    Inherits ReadOnlyCollection(Of T)

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.

Implements

IList<T>

ICollection<T>

IList

ICollection

IReadOnlyList<T>

IReadOnlyCollection<T>

IEnumerable<T>

IEnumerable

Inheritance

Object ReadOnlyCollection<T> ReadOnlyTreeListColumnCollection<T>

See Also

ReadOnlyTreeListColumnCollection<T> Members

DevExpress.Web.ASPxTreeList Namespace