Back to Devexpress

TabView.HeaderPanelIndent Property

maui-devexpress-dot-maui-dot-controls-dot-tabview-5abf40d8.md

latest1.0 KB
Original Source

TabView.HeaderPanelIndent Property

Gets or sets spacing before the first item and the panel’s start edge. This is a bindable property.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public double HeaderPanelIndent { get; set; }

Property Value

TypeDefaultDescription
Double52

Spacing before the first item and the panel’s start edge in pixels.

|

Remarks

The HeaderPanelIndent property in TabView applies only when all the tabs do not fit on the screen.

See Also

TabView Class

TabView Members

DevExpress.Maui.Controls Namespace