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
public double HeaderPanelIndent { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Double | 52 | 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