Skip to main content
Tab

SideMenuExpandMode Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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:

See Also