Back to Devexpress

ValidationSummarySettings.ShowErrorAsLink Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-validationsummarysettings-78026910.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public bool ShowErrorAsLink { get; set; }
vb
Public Property ShowErrorAsLink As Boolean

Property Value

TypeDescription
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

Validation Summary

ValidationSummarySettings Class

ValidationSummarySettings Members

DevExpress.Web.Mvc Namespace