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