aspnet-devexpress-dot-web-5e13457f.md
Contains settings that define the style of links within web controls.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class LinkStyle :
StateManager
Public Class LinkStyle
Inherits StateManager
The following members return LinkStyle objects:
Show 16 links
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.
Object StateManager LinkStyle
See Also