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

ValidationSummarySettings.ShowErrorAsLink Property

Gets or sets whether the errors should be displayed within an editor as links.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

Property Value

Type Description
Boolean

true if the errors are displayed as hyperlinks; otherwise, false.

Remarks

The ValidationSummary represents a block for displaying the list of errors of the validated editors on the form.

If the ShowErrorAsLink property is set to true, the errors are displayed as hyperinks that when clicked, move focus to the corresponding editor.

See Also