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