Skip to main content
A newer version of this page is available. .
Tab

MenuStyles.Link Property

Gets an object that contains style settings to be applied to links in a menu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

Property Value

Type Description
LinkStyle

A LinkStyle object that contains style settings.

Remarks

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

To specify different styles for root and submenu items, use the MenuStyles.Item and MenuStyles.SubMenuItem properties respectively.

See Also