DrawerPage.DrawerMaxWidth Property
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
public double DrawerMaxWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| Double | The maximum drawer width when DrawerPosition is set to Left or Right, in device independent pixels. |
See Also