Skip to main content

BootstrapEditorValidationSettingsBuilder.DisplayErrors(Boolean) Method

OBSOLETE

This method is now obsolete. Use the ErrorDisplayMode method instead.

This API is obsolete now.

Namespace: DevExpress.AspNetCore.Bootstrap

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

[Obsolete("This method is now obsolete. Use the ErrorDisplayMode method instead.")]
public BootstrapEditorValidationSettingsBuilder DisplayErrors(
    bool displayErrors
)

Parameters

Name Type
displayErrors Boolean

Returns

Type
BootstrapEditorValidationSettingsBuilder

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also