ASPxClientTreeList.GetColumnByIndex(index) Method
Returns the column located at the specified position within the ASPxTreeList.Columns collection.
Declaration
GetColumnByIndex(
index: number
): ASPxClientTreeListColumn
Parameters
Name | Type | Description |
---|---|---|
index | number | The index of the column within the collection (the column’s CollectionItem.Index property value). |
Returns
Type | Description |
---|---|
ASPxClientTreeListColumn | An ASPxClientTreeListColumn object that represents the client column located at the specified position within the collection. |
See Also