Skip to main content
Tab

LinkStyle.VisitedColor Property

Gets or sets the color for the visited links.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Color), "")]
public Color VisitedColor { get; set; }

Property Value

Type Default Description
Color String.Empty

A Color value that specifies the link color.

Remarks

Use the VisitedColor property to specify the color for the visited state of links.

See Also