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.v25.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:

See Also