Skip to main content

ASPxClientTreeList.GetColumnByName(name) Method

Returns the column with the specified name.

#Declaration

TypeScript
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