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

ASPxClientTreeList.GetColumnByName(name) Method

Returns the column with the specified name.

Declaration

GetColumnByName(
    name: string
): ASPxClientTreeListColumn

Parameters

Name Type Description
name string

A string value that specifies the column’s name (the column’s WebColumnBase.Name property value).

Returns

Type Description
ASPxClientTreeListColumn

An ASPxClientTreeListColumn object that represents the column with the specified name.

See Also