DrawerView.DrawerFooterHeight Property
In This Article
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 |
---|---|
Tab |
The drawer footer view height. |
See Also