HtmlEditorValidationEventArgs.ErrorText Property
Gets or sets the error description.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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