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