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
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to EnableCollapseToSideMenu |
---|---|---|
ASP.NET MVC Extensions | MenuSettings |
|
ASP.NET Web Forms Controls | ASPxMenu |
|
Remarks
The EnableCollapseToSideMenu property is in effect if the MenuSettingsAdaptivity.Enabled property is set to true
.
See Also