Skip to main content

DrawerView.DrawerFooterHeight Property

Gets or sets the height of the drawer footer view.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

#Declaration

C#
public TabItemLength DrawerFooterHeight { get; set; }

#Property Value

Type Description
TabItemLength

The drawer footer view height.

See Also