mobilecontrols-devexpress-dot-xamarinforms-dot-navigation-0bd90958.md
Lists values that specify how the drawer behaves on opening / closing.
Namespace : DevExpress.XamarinForms.Navigation
Assembly : DevExpress.XamarinForms.Navigation.dll
NuGet Package : DevExpress.XamarinForms.Navigation
public enum DrawerBehavior : byte
| Name | Description |
|---|---|
SlideOnTop |
The drawer moves out over the content view to become visible.
|
| Push |
The drawer “pushes” the content area to become visible.
|
| Reveal |
The content area moves over to make the drawer visible.
|
| Split |
The drawer is always visible.
|
The following properties accept/return DrawerBehavior values:
The DrawerView.DrawerBehavior and DrawerPage.DrawerBehavior properties use values of this enumeration.
The following images illustrate supported behaviors:
|
Value
|
Sample Image
| | --- | --- | |
SlideOnTop
|
| |
Reveal
|
| |
Push
|
| |
Split
|
|
See Also