MenuStyles.SubMenuItem Property
Gets the style settings for all submenu items within the current menu.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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