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

ASPxClientTreeList.GetEditValue(column) Method

Returns the value of the specified edit cell.

Declaration

GetEditValue(
    column: ASPxClientTreeListColumn | number | string
): any

Parameters

Name Type Description
column ASPxClientTreeListColumn | number | string

An ASPxClientTreeListColumn object that represents the data column within the client ASPxTreeList.

Returns

Type Description
any

A String value that represents the value of the edit cell, which corresponds to the specified data column.

See Also