Back to Devexpress

DrawerBehavior Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-navigation-0bd90958.md

latest1.9 KB
Original Source

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

csharp
public enum DrawerBehavior : byte

Members

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

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

|

|

See Also

DevExpress.XamarinForms.Navigation Namespace