Skip to main content
A newer version of this page is available. .
Tab

Display Enum

Specifies the render style of the error frame displayed around the editor, if the editor’s value has not passed the validation criteria specified.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum Display

Members

Name Description
Static

Specifies that an error frame is displayed around the validated editor, preserving its position. An empty space for the error message is initially rendered near the editor.

Display_Static.png

Dynamic

Specifies that an error frame is displayed at the validated editor’s position, shifting the editor itself. The error message is rendered dynamically at the moment the editor fails validation.

Display_Dynamic.png

None

No error message is displayed.

Related API Members

The following properties accept/return Display values:

Library Related API Members
ASP.NET Controls and MVC Extensions CaptchaValidationSettings.Display
ValidationSettings.Display
ASP.NET Bootstrap Controls BootstrapEditorValidationSettings.Display

Remarks

The values of this enumerator are used to set the ValidationSettings.Display property.

See Also