MenuItem.SubMenuItemStyle Property
Gets the style settings for all submenu items of the current menu item.
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 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