MenuStyles.Item Property
In This Article
Gets the style settings that define the common appearance of root level menu items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public MenuItemStyle Item { get; }
#Property Value
Type | Description |
---|---|
Menu |
A Menu |
#Remarks
The Item property provides access to the style settings defining the appearance style of all root level items of the menu.
A specific item style can be applied to all submenu items of the menu using the menu’s MenuStyles.SubMenuItem property. The style settings for all submenu items of an individual menu item can be defined via the item’s MenuItem.SubMenuItemStyle property.
See Also