Skip to main content

ASPxHtmlEditor.Validate() Method

Performs the editor content’s validation.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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