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 |
|
See Also