DrawerPage.DrawerMaxWidth Property
In This Article
Gets or sets the maximum width of the drawer when DrawerPosition is set to Left or Right.
Namespace: DevExpress.XamarinForms.Navigation
Assembly: DevExpress.XamarinForms.Navigation.dll
NuGet Package: DevExpress.XamarinForms.Navigation
#Declaration
C#
public double DrawerMaxWidth { get; set; }
#Property Value
Type | Description |
---|---|
Double | The maximum drawer width when Drawer |
See Also