MenuItemStyle Class
Defines style settings for menu items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v21.2.dll
Declaration
Related API Members
The following members accept/return MenuItemStyle objects:
Show 21 links
Remarks
The MenuItemStyle class contains settings that define the style of items within a menu control.
In addition to the settings inherited from the base classes, the MenuItemStyle class exposes the MenuItemStyleBase.PopOutImageSpacing property which specifies the spacing between a pop-out image and the text of a menu item.
An object of the MenuItemStyle type can be accessed via the ASPxMenuBase.ItemStyle and ASPxMenuBase.SubMenuItemStyle properties of a menu control and the MenuItem.SubMenuItemStyle property of a menu item object.
Inheritance
See Also
Feedback