ASPxClientCardView.SetEditValue(column, value) Method
In This Article
Sets the value of the specified edit cell.
#Declaration
TypeScript
SetEditValue(
column: ASPxClientCardViewColumn | number | string,
value: string
): void
#Parameters
Name | Type | Description |
---|---|---|
column | string | number | ASPx |
|
value | string | A string value that specifies the edit cell’s new value. |
See Also