ASPxClientHtmlEditor.SetIsValid(isValid) Method
Sets a value that specifies whether the editor’s value passes validation.
Declaration
SetIsValid(
isValid: boolean
): void
Parameters
| Name | Type | Description |
|---|---|---|
| isValid | boolean |
|
See Also