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 | ASPxClientTreeListColumn | |
| value | any | An object that specifies the edit cell’s new value. |
See Also