Gets or sets a value that indicates whether the editor's value passes validation.
Namespace:DevExpress.Web.ASPxHtmlEditor
Assembly:DevExpress.Web.ASPxHtmlEditor.v17.2.dll

Syntax
C# |
public virtual bool IsValid { get; set; }
|
VB |
Overridable Public Property IsValid As Boolean
|
Property value
Type: Boolean
true if the editor's value passes validation; otherwise, false.

See Also