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

BootstrapMenuBase.AutoSeparators 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 AutoSeparatorMode AutoSeparators { get; set; }

Property Value

Type
AutoSeparatorMode

Available values:

Name Description
All

Specifies that separators are automatically displayed at all menu levels to separate menu items from each other.

RootOnly

Specifies that separators are automatically displayed only at the root menu level to separate the root menu items from each other.

None

Specifies that separators are not displayed automatically. In order to display a separator before a particular menu item, the item’s MenuItem.BeginGroup property should be used.

See Also