ASPxClientTreeList.GetEditValue(column) Method
In This Article
Returns the value of the specified edit cell.
#Declaration
TypeScript
GetEditValue(
column: ASPxClientTreeListColumn | number | string
): any
#Parameters
Name | Type | Description |
---|---|---|
column | string | number | ASPx |
An ASPx |
#Returns
Type | Description |
---|---|
any | A String value that represents the value of the edit cell, which corresponds to the specified data column. |
See Also