DrawerView.AreGesturesEnabled Property
In This Article
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 |
|
See Also