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