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