TreeListColumnCollection.Item[Int32] Property
Provides indexed access to columns within the collection.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value that identifies a column by its index. |
Property Value
Type | Description |
---|---|
TreeListColumn | A TreeListColumn object or descendant that represents a column at the specified position. null (Nothing in Visual Basic) if the column was not found. |
See Also