Skip to main content
A newer version of this page is available. .

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

An integer value that identifies 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