Skip to main content
A newer version of this page is available. .
Tab

LinkStyle Class

Contains settings that define the style of links within web controls.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class LinkStyle :
    StateManager

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

See Also