TabViewActualAppearance.HeaderPanelBackgroundColor Property
Gets the header panel’s background color that is applied to the TabView. To specify this color, use the TabView‘s BackgroundColor property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public Color HeaderPanelBackgroundColor { get; }
Property Value
| Type | Description |
|---|---|
| Color | The header panel’s background color. |
See Also