Skip to main content

TabViewActualAppearance.HeaderPanelIndent Property

Gets the header panel’s indent value that is applied to the TabView. To specify this value, use the HeaderPanelIndent property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public double HeaderPanelIndent { get; }

Property Value

Type Description
Double

The header panel’s indent.

See Also