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

BootstrapMenuBase.BorderBetweenItemAndSubMenu Property

This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v20.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Browsable(false)]
public override BorderBetweenItemAndSubMenuMode BorderBetweenItemAndSubMenu { get; set; }

Property Value

Type
BorderBetweenItemAndSubMenuMode

Available values:

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.

See Also