Skip to main content
Tab

LinkStyle Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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