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

ASPxClientTreeList.GetColumnByFieldName(fieldName) Method

Returns the client column which is bound to the specified data source field.

Declaration

GetColumnByFieldName(
    fieldName: string
): ASPxClientTreeListColumn

Parameters

Name Type Description
fieldName string

A string value that specifies the name of the data source field to which the column is bound (the column’s TreeListDataColumn.FieldName property value).

Returns

Type Description
ASPxClientTreeListColumn

An ASPxClientTreeListColumn object that represents the client column bound to the specified data source field.

See Also