Skip to main content
A newer version of this page is available. .
Tab

MenuItemStyle Class

Defines style settings for menu items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class MenuItemStyle :
    MenuItemStyleBase

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.

See Also