Skip to main content
A newer version of this page is available. .

TabHeaderLength Struct

The header panel’s length that supports the the automatically calculated size.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

Declaration

[TypeConverter(typeof(TabHeaderLengthConverter))]
public struct TabHeaderLength

The following members return TabHeaderLength objects:

Remarks

The TabView.HeaderPanelHeight / TabView.HeaderPanelWidth and TabPage.HeaderPanelHeight / TabPage.HeaderPanelWidth properties use this structure.

The following example shows how you can set the TabView‘s header panel size:

<dxc:TabView HeaderPanelHeight="Auto"/>
<!-- Or -->
<dxc:TabView HeaderPanelHeight="72"/>
See Also