ASPxValidationSummary.LinkStyle Property
Gets an object that contains style settings to be applied to links in the ASPxValidationSummary.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
LinkStyle | A LinkStyle object that contains the style settings of links. |
Remarks
An ASPxValidationSummary can display captions of its error items as hyperlinks if the ASPxValidationSummary.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