AccordionOptionsHamburgerMenu.DisplayMode Property
Gets or sets how the hamburger menu is displayed in the collapsed/expanded state: a toggle button/overlays the content, a side bar/overlays the content, or a side bar/in-line with the content.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
AccordionControlDisplayMode | Inline |
An AccordionControlDisplayMode enumeration value, such as Minimal, Overlay or Inline, that specifies the display mode. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to DisplayMode |
---|---|
AccordionControl |
|
Remarks
The DisplayMode property specifies how the hamburger menu is displayed in the collapsed/expanded state:
- Minimal — a toggle button/overlays the content;
- Overlay — a side bar/overlays the content;
- Inline — a side bar/in-line with the content.
To specify the state: expanded or collapsed — use the AccordionControl.OptionsMinimizing.State property (see OptionsMinimizing.State). See Hamburger Menu View Style for more information on the Hamburger view.