LinkStyle Class
In This Article
Contains settings that define the style of links within web controls.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class LinkStyle :
StateManager
#Related API Members
The following members return LinkStyle objects:
Show 16 links
#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