HamburgerMenuNavigationButtonPlacement Enum
Lists values that specify a navigation button’s vertical alignment.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Members
Name | Description |
---|---|
Top
|
The button is aligned to the top of the menu. |
Bottom
|
The button is aligned to the bottom of the menu. |
Related API Members
The following properties accept/return HamburgerMenuNavigationButtonPlacement values:
Remarks
Values listed by this enumeration are used to set the values of the following properties:
- HamburgerMenuNavigationButton.Placement
- HamburgerMenuHyperlinkButton.Placement
- HamburgerSubMenu.Placement
See Also