Back to Devexpress

ErrorDisplayMode Enum

aspnet-devexpress-dot-web-d287ec28.md

latest2.4 KB
Original Source

ErrorDisplayMode Enum

Specifies how an error message is represented within an editor’s error frame.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum ErrorDisplayMode
vb
Public Enum ErrorDisplayMode

Members

NameDescription
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.

|

The following properties accept/return ErrorDisplayMode values:

LibraryRelated API Members
ASP.NET Bootstrap ControlsBootstrapEditorValidationSettings.ErrorDisplayMode
ASP.NET Web Forms ControlsCaptchaValidationSettings.ErrorDisplayMode
ValidationSettings.ErrorDisplayMode
ASP.NET MVC ExtensionsMVCxValidationSettings.ErrorDisplayMode

Remarks

The ErrorDisplayMode type enumerates the possible values for the ValidationSettings.ErrorDisplayMode property.

See Also

Validation Error Message

DevExpress.Web Namespace