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

SideMenuExpandMode Enum

Lists values that specify the manner in which the side menu is expanded.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum SideMenuExpandMode

Members

Name Description
PushContent

The side menu pushes page content while expanding.

OverlayContent

The side menu overlays page content while expanding.

Related API Members

The following properties accept/return SideMenuExpandMode values:

Library Related API Members
ASP.NET Controls and MVC Extensions MenuSettingsAdaptivity.SideMenuExpandMode
ASP.NET Bootstrap Controls BootstrapToolbarSettingsAdaptivityBase.SideMenuExpandMode

See Also