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

ASPxHtmlEditor.Validate() Method

Performs the editor content’s validation.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

public bool Validate()

Returns

Type Description
Boolean

true if the editor content has been successfully validated; otherwise, false.

Remarks

This method allows you to programmatically perform validation of the editor html content.

See Also