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

ASPxClientHtmlEditor.GetIsValid Method

Gets a value that indicates whether the editor’s value passes validation.

Declaration

GetIsValid(): boolean

Returns

Type Description
boolean

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

See Also