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