Skip to main content

DrawerView.DrawerWidth Property

Gets or sets the 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 TabItemLength DrawerWidth { get; set; }

#Property Value

Type Description
TabItemLength

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

See Also