TreeListColumnCollection.Item[Int32] Property
In This Article
Provides indexed access to columns within the collection.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListColumn this[int index] { get; }
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value that identifies a column by its index. |
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
See Also