Back to Devexpress

MenuSettingsAdaptivity.Enabled Property

aspnet-devexpress-dot-web-dot-menusettingsadaptivity.md

latest1.9 KB
Original Source

MenuSettingsAdaptivity.Enabled Property

Specifies whether an adaptive behavior is enabled for the menu.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public virtual bool Enabled { get; set; }
vb
<DefaultValue(False)>
Public Overridable Property Enabled As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to Enabled
ASP.NET MVC ExtensionsMenuSettings

.SettingsAdaptivity .Enabled

| | ASP.NET Web Forms Controls | ASPxMenu |

.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.

See Also

Online Demo: Menu - Responsive Layout

MenuSettingsAdaptivity Class

MenuSettingsAdaptivity Members

DevExpress.Web Namespace