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

LinkStyle.VisitedStyle Property

Gets the style settings for the visited state of links.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public LinkStyleComponentStyle VisitedStyle { get; }

Property Value

Type Description
LinkStyleComponentStyle

A LinkStyleComponentStyle object that contains the style settings.

Remarks

Use the VisitedStyle property to specify the style settings for the visited state of links.

See Also