LinkStyle Class
Contains settings that define the style of links within web controls.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
The LinkStyle class contains settings that define the style of links displayed within a web control.
The properties exposed by the LinkStyle class allow you to specify the color, font and style settings for three states of links (normal, hover and visited).
An object of the LinkStyle type can be typically accessed via the LinkStyle properties of web controls.
Implements
Inheritance
Object
StateManager
LinkStyle
See Also