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.v24.2.dll

Declaration

public bool IsValid { get; set; }

Property Value

Type Description
Boolean

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

See Also