TabViewActualAppearance.HeaderPanelBackgroundColor Property
In This Article
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
C#
public Color HeaderPanelBackgroundColor { get; }
#Property Value
Type | Description |
---|---|
Color | The header panel’s background color. |
See Also