Skip to main content
A newer version of this page is available. .

HtmlEditorValidationEventArgs.ErrorText Property

Gets or sets the error description.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public string ErrorText { get; set; }

Property Value

Type Description
String

A String value representing the error description.

Remarks

The ErrorText property can be used to provide text, explaining why validation failed. If the HtmlEditorValidationEventArgs.IsValid property is set to false, the text will be displayed within a specific error frame.

See Also