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

TabHeaderLength Struct

The Header Panel’s length that supports automatically calculated size.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

Declaration

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

The following members return TabHeaderLength objects:

Remarks

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

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