MenuSettingsAdaptivity.Enabled Property
Specifies whether an adaptive behavior is enabled for the menu.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | false |
|
Property Paths
You can access this nested property as listed below:
| Library | Object Type | Path to Enabled |
|---|---|---|
| ASP.NET MVC Extensions | MenuSettings |
|
| ASP.NET Web Forms Controls | ASPxMenu |
|
Remarks
When the Enabled property is set to true, the menu can automatically resize or hide its items when the browser window is resized.

See Also