Skip to main content

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