TabItem.SelectedHeaderBackgroundColor Property
Gets or sets the background color of the tab item header in the selected state. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public Color SelectedHeaderBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The background color. |
See Also