ASPxClientTreeList.GetColumnByIndex(index) Method
In This Article
Returns the column located at the specified position within the ASPxTreeList.Columns collection.
#Declaration
TypeScript
GetColumnByIndex(
index: number
): ASPxClientTreeListColumn
#Parameters
Name | Type | Description |
---|---|---|
index | number | The index of the column within the collection (the column’s Collection |
#Returns
Type | Description |
---|---|
ASPx |
An ASPx |
See Also