Skip to main content
Tab

BorderBetweenItemAndSubMenuMode Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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 Web Forms Controls ASPxMenuBase.BorderBetweenItemAndSubMenu
ASP.NET MVC Extensions MenuSettingsBase.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