MenuSettingsAdaptivity.EnableAutoHideRootItems Property
Specifies whether the menu root items are automatically hidden when the browser width changes.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to EnableAutoHideRootItems |
---|---|---|
ASP.NET Web Forms Controls | ASPxMenu |
|
ASP.NET MVC Extensions | MenuSettings |
|
Remarks
Set the EnableAutoHideRootItems property to true to automatically hide the menu root items when the browser changes its width.
The EnableAutoHideRootItems property is in effect if the MenuSettingsAdaptivity.Enabled property is set to true
.
See Also