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

BorderBetweenItemAndSubMenuMode Enum

Specifies how the border is displayed between a menu item and its submenu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum BorderBetweenItemAndSubMenuMode

Members

Name Description
HideAll

The border between a menu item and its submenu is not displayed for all menu items.

HideRootOnly

The border between a menu item and its submenu is not displayed for root menu items but is visible for all subitems.

ShowAll

The border between a menu item and its submenu is displayed for all menu items.

Related API Members

The following properties accept/return BorderBetweenItemAndSubMenuMode values:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxMenuBase.BorderBetweenItemAndSubMenu
MenuSettingsBase.BorderBetweenItemAndSubMenu
ASP.NET Bootstrap Controls BootstrapMenuBase.BorderBetweenItemAndSubMenu
BootstrapPopupMenu.BorderBetweenItemAndSubMenu

Remarks

The BorderBetweenItemAndSubMenuMode enumerator contains values specifying the manner in which the border is displayed between a menu item and its submenu. The values of this enumerator are used to set the ASPxMenuBase.BorderBetweenItemAndSubMenu property.

See Also