Back to Devexpress

ASPxHtmlEditor.Validate() Method

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-aspxhtmleditor-c1e4472e.md

latest1.2 KB
Original Source

ASPxHtmlEditor.Validate() Method

Performs the editor content’s validation.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public bool Validate()
vb
Public Function Validate As Boolean

Returns

TypeDescription
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

HTML Editor

ASPxHtmlEditor Class

ASPxHtmlEditor Members

DevExpress.Web.ASPxHtmlEditor Namespace