Skip to main content

DrawerView.DrawerContentHeight Property

Gets or sets the height of the drawer content view.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

#Declaration

C#
public TabItemLength DrawerContentHeight { get; set; }

#Property Value

Type Description
TabItemLength

The drawer content view height.

See Also