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

MenuSettingsAdaptivity.Enabled Property

Specifies whether an adaptive behavior is enabled for the menu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public virtual bool Enabled { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to enable the adaptive behavior; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Enabled
ASP.NET Controls and MVC Extensions ASPxMenu
.SettingsAdaptivity .Enabled
ASP.NET Bootstrap Controls BootstrapMenu
.SettingsAdaptivity .Enabled
BootstrapMenuBase
.SettingsAdaptivity .Enabled
BootstrapToolbar
.SettingsAdaptivity .Enabled
ASP.NET MVC Extensions MenuSettings
.SettingsAdaptivity .Enabled
MVCxMenu
.SettingsAdaptivity .Enabled

Remarks

When the Enabled property is set to true, the menu can automatically resize or hide its items when the browser window is resized.

ASPxMenu-AtaptiveText

See Also