Back to Devexpress

ASPxNavBar.LinkStyle Property

aspnet-devexpress-dot-web-dot-aspxnavbar-13362b7f.md

latest1.8 KB
Original Source

ASPxNavBar.LinkStyle Property

Gets an object that contains style settings to be applied to links in the navbar 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

The navbar control can display the following its elements as links:

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

The image below shows two NavBars in two link modes - ContentBounds and TextOnly.

See Also

Navigation Bar

ASPxNavBar Class

ASPxNavBar Members

DevExpress.Web Namespace