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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
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