ValidationSummarySettings.LinkStyle Property
In This Article
Gets an object that contains style settings to be applied to links in the ValidationSummary.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
Link |
A Link |
#Remarks
An ValidationSummarySettings can display captions of its error items as hyperlinks if the ValidationSummarySettings.ShowErrorAsLink property is set to true.
The LinkStyle property provides access to the style settings that define the appearance of all links within an editor. Using the settings available via the LinkStyle property, you can specify the style for normal, hovered and visited states of links.
See Also