ErrorDisplayMode Enum
Specifies how an error message is represented within an editor’s error frame.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Text
|
An error message is represented by text only. |
Image
|
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. |
Image
|
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. |
Bootstrap |
ASP. |
Captcha |
Validation |
|
ASP. |
MVCx |
#Remarks
The ErrorDisplayMode type enumerates the possible values for the ValidationSettings.ErrorDisplayMode property.