Skip to main content
Tab

MenuStyle Class

Defines style settings for the client regions of submenus.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class MenuStyle :
    AppearanceStyle

The following members return MenuStyle objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxMenuBase.SubMenuStyle
FileManagerToolbarCustomDropDownButton.SubMenuStyle
GridViewStyles.FilterRowMenu
MenuItem.SubMenuStyle
MenuStyles.Style
MenuStyles.SubMenu
TreeListStyles.FilterRowMenu
ASP.NET MVC Extensions MenuSettingsBase.ControlStyle

Remarks

The MenuStyle class contains settings that define the style of the client regions of submenus within a menu control. A submenu’s client region is considered as an area where the submenu items are displayed.

An object of the MenuStyle type can be accessed via the ASPxMenuBase.SubMenuStyle property of a menu control and the MenuItem.SubMenuStyle property of a menu item object.

See Also