Skip to main content
Tab

MenuSettingsAdaptivity.EnableCollapseToSideMenu Property

Specifies whether the menu should be collapsed to the side menu when the browser window width is changed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

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

#Property Value

Type Default Description
Boolean false

true, to collapse the menu to the side menu; otherwise, false.

#Property Paths

You can access this nested property as listed below:

Library Object Type Path to EnableCollapseToSideMenu
ASP.NET MVC Extensions MenuSettings
.SettingsAdaptivity .EnableCollapseToSideMenu
ASP.NET Web Forms Controls ASPxMenu
.SettingsAdaptivity .EnableCollapseToSideMenu

#Remarks

The EnableCollapseToSideMenu property is in effect if the MenuSettingsAdaptivity.Enabled property is set to true.

See Also