Skip to main content
A newer version of this page is available. .

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

true if the editor’s value passes validation; otherwise, false.

See Also