Skip to main content

HtmlEditorValidationSettings.ErrorText Property

Gets or sets the error text to be displayed within the editor’s error frame, if the editor’s validation fails.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("The HTML content is invalid")]
public virtual string ErrorText { get; set; }

Property Value

Type Default Description
String "The HTML content is invalid"

A String value that specifies the error text.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ErrorText
ASP.NET MVC Extensions HtmlEditorBinderSettings
.ValidationSettings .ErrorText
HtmlEditorSettings
.SettingsValidation .ErrorText
ASP.NET Web Forms Controls ASPxHtmlEditor
.SettingsValidation .ErrorText
See Also