Skip to main content

HtmlEditorValidationEventArgs.ErrorText Property

Gets or sets the error description.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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