Skip to main content

ASPxClientTreeList.GetEditValue(column) Method

Returns the value of the specified edit cell.

#Declaration

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

#Parameters

Name Type Description
column string | number | ASPxClientTreeListColumn

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