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

MenuItem.SubMenuItemStyle Property

Gets the style settings for all submenu items of the current menu item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public MenuItemStyle SubMenuItemStyle { get; }

Property Value

Type Description
MenuItemStyle

A MenuItemStyle object that contains the style settings for the menu item’s subitems.

Remarks

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

A common item style can be applied to all submenu items within the menu control by using the ASPxMenuBase.SubMenuItemStyle property.

The appearance of the client regions of the current menu item’s submenus can be customized via the MenuItem.SubMenuStyle property.

See Also