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

Syntax
C# |
public override string ErrorText { get; set; }
|
VB |
Overrides Public Property ErrorText As String
|
Property value
Type: String
A System.String value that specifies the error text.
The default is "The content of the editor cannot be empty".

See Also