Skip to main content

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