HtmlEditorRequiredFieldValidationPattern.ErrorText Property
Gets or sets the error text to be displayed within the editor’s error frame, if the editor’s specific required field validation fails.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue("The content of the editor cannot be empty")]
public override string ErrorText { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | "The content of the editor cannot be empty" | A String value that specifies the error text. |
See Also