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

LinkStyle.HoverStyle Property

Gets the style settings for the hovered state of links.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public LinkStyleComponentStyle HoverStyle { get; }

Property Value

Type Description
LinkStyleComponentStyle

A LinkStyleComponentStyle object that contains the style settings.

Remarks

Use the HoverStyle property to specify the style settings for the hovered state of links.

See Also