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