MenuSettingsBase.BorderBetweenItemAndSubMenu Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public BorderBetweenItemAndSubMenuMode BorderBetweenItemAndSubMenu { get; set; }
#Property Value
Type | Description |
---|---|
Border |
One of the Border |
Available values:
Name | Description |
---|---|
Hide |
The border between a menu item and its submenu is not displayed for all menu items. |
Hide |
The border between a menu item and its submenu is not displayed for root menu items but is visible for all subitems. |
Show |
The border between a menu item and its submenu is displayed for all menu items. |
See Also