Skip to main content

TabViewActualAppearance.HeaderPanelItemSpacing Property

Gets the header panel item spacing value that is applied to the TabView. To specify this value, use the HeaderPanelItemSpacing property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public double HeaderPanelItemSpacing { get; }

Property Value

Type Description
Double

The header panel item spacing.

See Also