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.v24.2.dll
Declaration
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