Skip to main content

HtmlEditorValidationEventArgs.IsValid Property

Gets a value specifying whether the validation has been completed successfully.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public bool IsValid { get; set; }

Property Value

Type Description
Boolean

true if the validation has been completed successfully; otherwise, false.

See Also