TabView.SelectedItemHeaderBackgroundColor Property
Gets or sets the background color of tab item headers 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 SelectedItemHeaderBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The color. |
See Also