Back to Devexpress

ASPxSiteMapControlBase.LinkStyle Property

aspnet-devexpress-dot-web-dot-aspxsitemapcontrolbase-e12f7167.md

latest1.6 KB
Original Source

ASPxSiteMapControlBase.LinkStyle Property

Gets an object that contains style settings to be applied to links in the site map control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public LinkStyle LinkStyle { get; }
vb
Public ReadOnly Property LinkStyle As LinkStyle

Property Value

TypeDescription
LinkStyle

A LinkStyle object that contains the style settings of links.

|

Remarks

A site map control can display captions of its site map node as hyperlinks if nodes are associated with specific unique URLs via their Url property.

The LinkStyle property provides access to the style settings that define the appearance of all links within a site map control. Using the settings available via the LinkStyle property, you can specify the style for normal, hovered and visited states of links.

See Also

Site Map Control

ASPxSiteMapControlBase Class

ASPxSiteMapControlBase Members

DevExpress.Web Namespace