Back to Devexpress

MenuItemStyle Class

aspnet-devexpress-dot-web-633010e2.md

latest4.0 KB
Original Source

MenuItemStyle Class

Defines style settings for menu items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class MenuItemStyle :
    MenuItemStyleBase
vb
Public Class MenuItemStyle
    Inherits MenuItemStyleBase

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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Show 14 items

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle AppearanceItemStyle MenuItemStyleBase MenuItemStyle HtmlEditorPasteOptionsBarItemStyle

ToolbarItemStyle

PivotGridMenuItemStyle

FileManagerToolbarItemStyle

PagerDropDownItemStyle

See Also

MenuItemStyle Members

ItemStyle

ASPxMenuBase.SubMenuItemStyle

MenuItem.SubMenuItemStyle

DevExpress.Web Namespace