Skip to main content
Tab

ErrorDisplayMode Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum ErrorDisplayMode

Members

Name Description
Text

An error message is represented by text only.

ASPxEditors_Text

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.

ASPxEditors_ImageWithTooltip

ImageWithText

An error message is represented by both an error image and error text.

ASPxEditors_ ImageWithText

None

No error message is displayed, a specific error frame is displayed near the editor instead.

ASPxEditors_None

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.

See Also