Skip to main content
A newer version of this page is available. .

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

public TabItemLength DrawerWidth { get; set; }

Property Value

Type Description
TabItemLength

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

See Also