Back to Devexpress

ASPxClientHtmlEditor.SetIsValid(isValid) Method

aspnet-js-aspxclienthtmleditor-dot-setisvalid-x28-isvalid-x29.md

latest557 B
Original Source

ASPxClientHtmlEditor.SetIsValid(isValid) Method

Sets a value that specifies whether the editor’s value passes validation.

Declaration

ts
SetIsValid(
    isValid: boolean
): void

Parameters

NameTypeDescription
isValidboolean

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

|

See Also

HTML Editor

ASPxClientHtmlEditor Class

ASPxClientHtmlEditor Members