Back to Devexpress

AccordionControlDisplayMode Enum

windowsforms-devexpress-dot-xtrabars-dot-navigation-c48ea451.md

latest2.3 KB
Original Source

AccordionControlDisplayMode Enum

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

Declaration

csharp
public enum AccordionControlDisplayMode
vb
Public Enum AccordionControlDisplayMode

Members

NameDescription
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:

Remarks

To specify the display mode, use the AccordionOptionsHamburgerMenu.DisplayMode option accessible through the AccordionControl.OptionsHamburgerMenu property.

See Also

OptionsHamburgerMenu

DisplayMode

DevExpress.XtraBars.Navigation Namespace