MenuSettingsAdaptivity.SideMenuExpandMode Property
In This Article
Specifies the side menu expand mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(SideMenuExpandMode.PushContent)]
public SideMenuExpandMode SideMenuExpandMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Side |
Push |
One of the Side |
Available values:
Name | Description |
---|---|
Push |
The side menu pushes page content while expanding. |
Overlay |
The side menu overlays page content while expanding. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Side |
---|---|---|
ASP. |
Menu |
|
ASP. |
ASPx |
|
See Also