Skip to main content

TabItem.HeaderHeight Property

Gets or sets the item header height when TabView.HeaderPanelPosition is set to Left or Right.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

#Declaration

C#
public TabItemLength HeaderHeight { get; set; }

#Property Value

Type Description
TabItemLength

The height of item header when TabView.HeaderPanelPosition is set to Left or Right.

#Remarks

Note that the Tab View computes item header size differently for various HeaderPanelPositions:

Position

Width

Height

Top, Bottom

Actual Item Header Width

TabView.HeaderPanelHeight

Left, Right

TabView.HeaderPanelWidth

Actual Item Header Height

Note that the Tab View calculates actual values as follows:

See Also