MenuItemStyle Class
Defines style settings for menu items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
The following members return MenuItemStyle objects:
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