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

MenuStyle Class

Defines style settings for the client regions of submenus.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class MenuStyle :
    AppearanceStyle

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