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