windowsforms-devexpress-dot-xtrabars-dot-navigation-c48ea451.md
Enumerates modes that specify how the AccordionControl is displayed in the expanded and collapsed states.
Namespace : DevExpress.XtraBars.Navigation
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public enum AccordionControlDisplayMode
Public Enum AccordionControlDisplayMode
| Name | Description |
|---|---|
Inline |
The Hamburger Menu is displayed as a side bar when collapsed, and in-line with the form content when expanded.
|
| Overlay |
The Hamburger Menu is displayed as a side bar when collapsed, and in an overlay above the content area when expanded.
|
| Minimal |
In the collapsed state, the Hamburger Menu is rendered as a small Hamburger button (when DockStyle is Left , Right or None ), or as a top-aligned bar containing the Hamburger button (when DockStyle is Top ). In the expanded state, the menu is shown in an overlay above the content area.
|
The following properties accept/return AccordionControlDisplayMode values:
To specify the display mode, use the AccordionOptionsHamburgerMenu.DisplayMode option accessible through the AccordionControl.OptionsHamburgerMenu property.
See Also