Back to Devexpress

ASPxHtmlEditor.IsValid Property

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-aspxhtmleditor-792309fc.md

latest1.2 KB
Original Source

ASPxHtmlEditor.IsValid Property

Gets or sets a value that indicates whether the editor’s value passes validation.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual bool IsValid { get; set; }
vb
Public Overridable Property IsValid As Boolean

Property Value

TypeDescription
Boolean

true if the editor’s value passes validation; otherwise, false.

|

See Also

HTML Editor

ASPxHtmlEditor Class

ASPxHtmlEditor Members

DevExpress.Web.ASPxHtmlEditor Namespace