TabView.HeaderPanelItemSpacing Property
Gets or sets the spacing between item headers. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public double HeaderPanelItemSpacing { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Double | 0 | The spacing between item headers, in pixels. |
See Also