Skip to main content

DrawerView.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

public bool AreGesturesEnabled { get; set; }

Property Value

Type Description
Boolean

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

See Also