Skip to main content

DrawerPage.AreGesturesEnabled Property

Gets or sets whether users can use gestures to open / close the drawer.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

#Declaration

C#
public bool AreGesturesEnabled { get; set; }

#Property Value

Type Description
Boolean

true, if users can use gestures to open / close the drawer; otherwise, false.

#Remarks

When the AreGesturesEnabled property is set to true, users can use the following gestures to manage the DrawerPage‘s drawer:

  • Swipe in a direction from the drawer’s anchoring edge to open the drawer.
  • Swipe toward the drawer’s anchoring edge or tap the scrim or content area to close the drawer.
See Also