Skip to main content

TabPage.ItemHeaderHeight Property

Gets or sets the height of item headers when the HeaderPanelPosition is set to Left or Right.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

Declaration

public TabItemLength ItemHeaderHeight { get; set; }

Property Value

Type Description
TabItemLength

The height of item headers when the HeaderPanelPosition is set to Left or Right, in pixels.

Remarks

TabPage calculates the size of a tab item header differently depending on the header panel position (HeaderPanelPosition).

Header Panel Position

Item Header Width

Item Header Height

Top / Bottom

The actual width of an item header

TabPage.HeaderPanelHeight

Left / Right

TabPage.HeaderPanelWidth

The actual height of an item header

The TabPage calculates actual size values of a tab item header as follows:

See Also