Skip to main content
A newer version of this page is available. .

DrawerBehavior Enum

Lists values that specify how the Drawer behaves on opening / closing.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

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 view content to become visible.

Reveal

The view content 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 DrawerBehavior property uses these enum values.

The following images illustrate these behaviors:

Value

Sample Image

SlideOnTop

Reveal

Push

Split

See Also