aspnet-devexpress-dot-web-633010e2.md
Defines style settings for menu items.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class MenuItemStyle :
MenuItemStyleBase
Public Class MenuItemStyle
Inherits MenuItemStyleBase
The following members return MenuItemStyle objects:
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.
Show 14 items
Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle AppearanceItemStyle MenuItemStyleBase MenuItemStyle HtmlEditorPasteOptionsBarItemStyle
See Also