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

MenuStyles.Item Property

Gets the style settings that define the common appearance of root level menu items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public MenuItemStyle Item { get; }

Property Value

Type Description
MenuItemStyle

A MenuItemStyle object that contains the style settings.

Remarks

The Item property provides access to the style settings defining the appearance style of all root level items of the menu.

A specific item style can be applied to all submenu items of the menu using the menu’s MenuStyles.SubMenuItem property. The style settings for all submenu items of an individual menu item can be defined via the item’s MenuItem.SubMenuItemStyle property.

See Also