ErrorDisplayMode Enum
Specifies how an error message is represented within an editor’s error frame.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Text
|
An error message is represented by text only. |
ImageWithTooltip
|
An error message is represented by an error image. The image’s tooltip displays an error text. If an assigned error image is incorrect, an error message is represented by an error text directly. |
ImageWithText
|
An error message is represented by both an error image and error text. |
None
|
No error message is displayed, a specific error frame is displayed near the editor instead. |
Related API Members
The following properties accept/return ErrorDisplayMode values:
Library | Related API Members |
---|---|
ASP.NET Bootstrap Controls | BootstrapEditorValidationSettings.ErrorDisplayMode |
ASP.NET Web Forms Controls | CaptchaValidationSettings.ErrorDisplayMode |
ValidationSettings.ErrorDisplayMode | |
ASP.NET MVC Extensions | MVCxValidationSettings.ErrorDisplayMode |
Remarks
The ErrorDisplayMode type enumerates the possible values for the ValidationSettings.ErrorDisplayMode property.