LinkStyle.VisitedStyle Property
In This Article
Gets the style settings for the visited state of links.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public LinkStyleComponentStyle VisitedStyle { get; }
#Property Value
Type | Description |
---|---|
Link |
A Link |
#Remarks
Use the VisitedStyle property to specify the style settings for the visited state of links.
See Also