Skip to main content

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

C#
public double DrawerMaxWidth { get; set; }

#Property Value

Type Description
Double

The maximum drawer width when DrawerPosition is set to Left or Right.

See Also