Back to Devexpress

HamburgerMenuAvailableViewStates Enum

wpf-devexpress-dot-xpf-dot-windowsui-bb3f5a74.md

latest2.0 KB
Original Source

HamburgerMenuAvailableViewStates Enum

Lists values that specify the available view states for the Hamburger Menu.

Namespace : DevExpress.Xpf.WindowsUI

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
[Flags]
public enum HamburgerMenuAvailableViewStates
vb
<Flags>
Public Enum HamburgerMenuAvailableViewStates

Members

NameDescription
Flyout

The flyout view state is enabled. The menu is hidden. With a click on the hamburger button, the menu is displayed in a fly-out overlaying the currently displayed page.

| | Overlay |

The overlay view state is enabled. The menu is displayed in the compact mode. With a click on the hamburger button, the menu is expanded overlaying the currently displayed page.

| | Inline |

The inline view state is enabled. The menu is displayed expanded inline with the current page. With a click on the hamburger button, the menu is displayed in the compact mode.

| | All |

All three view states are enabled.

|

The following properties accept/return HamburgerMenuAvailableViewStates values:

Remarks

Values listed by this enumeration are used to set the HamburgerMenu.AvailableViewStates property’s value.

See Also

DevExpress.Xpf.WindowsUI Namespace