MenuStyles.SubMenuItem Property
In This Article
Gets the style settings for all submenu items within the current menu.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public MenuItemStyle SubMenuItem { get; }
#Property Value
Type | Description |
---|---|
Menu |
A Menu |
#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