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

MenuSettingsAdaptivity.CollapseToSideMenuAtWindowInnerWidth Property

Gets or sets a value that defines the maximum browser window inner width when the menu collapses its side menu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(575)]
public int CollapseToSideMenuAtWindowInnerWidth { get; set; }

Property Value

Type Default Description
Int32 575

The browser inner window width in pixels.

Property Paths

You can access this nested property as listed below:

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

Remarks

The menu collapses its side menu when any of the browser window dimensions are less than the value defined by the CollapseToSideMenuAtWindowInnerWidth property.

The CollapseToSideMenuAtWindowInnerWidth property is in effect only when the MenuSettingsAdaptivity.Enabled and the MenuSettingsAdaptivity.EnableCollapseToSideMenu properties are set to true.

See Also