Skip to main content
Tab

LinkStyle.VisitedStyle Property

Gets the style settings for the visited state of links.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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