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

MenuSettingsBase.BorderBetweenItemAndSubMenu Property

Gets or sets a value that specifies how the border is displayed between a menu item and its submenu.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public BorderBetweenItemAndSubMenuMode BorderBetweenItemAndSubMenu { get; set; }

Property Value

Type Description
BorderBetweenItemAndSubMenuMode

One of the BorderBetweenItemAndSubMenuMode enumeration values.

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