DrawerBehavior Enum
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
Declaration
public enum DrawerBehavior : byte
Members
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. |
Related API Members
The following properties accept/return DrawerBehavior values:
Remarks
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 |