MenuItem.ItemStyle Property
Gets the style settings for the current menu’s 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 current menu item. |
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