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

MenuStyles.SubMenuItem Property

Gets the style settings for all submenu items within the current menu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public MenuItemStyle SubMenuItem { get; }

Property Value

Type Description
MenuItemStyle

A MenuItemStyle object that contains the style settings.

Remarks

The SubMenuItem property provides access to the style settings which define the appearance style of all submenu items within the current menu.

A specific item style can be applied to a particular menu item’s subitems by using the item’s MenuItem.SubMenuItemStyle property.

The appearance of the client regions of all submenus within the menu can be customized via the MenuStyles.SubMenu property.

See Also