MenuSettingsAdaptivity.SideMenuExpandMode Property
Specifies the side menu expand mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(SideMenuExpandMode.PushContent)]
public SideMenuExpandMode SideMenuExpandMode { get; set; }
Property Value
Type | Default | Description |
---|---|---|
SideMenuExpandMode | PushContent | One of the SideMenuExpandMode values. |
Available values:
Name | Description |
---|---|
PushContent | The side menu pushes page content while expanding. |
OverlayContent | The side menu overlays page content while expanding. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to SideMenuExpandMode |
---|---|---|
ASP.NET Web Forms Controls | ASPxMenu |
|
ASP.NET MVC Extensions | MenuSettings |
|
See Also