ASPxClientTreeList.SetEditValue(column, value) Method
Sets the value of the specified edit cell.
#Declaration
SetEditValue(
column: ASPxClientTreeListColumn | number | string,
value: any
): void
#Parameters
Name | Type | Description |
---|---|---|
column | string | number | ASPx |
|
value | any | An object that specifies the edit cell’s new value. |