MenuItem.ItemStyle Property
In This Article
Gets the style settings for the current menu’s item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public MenuItemStyle ItemStyle { get; }
#Property Value
Type | Description |
---|---|
Menu |
A Menu |
#Remarks
The ItemStyle property provides access to the style settings which define the appearance style of the current menu item of the menu control.
A specific item style can be applied to all submenu items of the menu control using the menu’s ASPxMenuBase.SubMenuItemStyle 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