TabViewActualAppearance.ItemHeaderIconColor Property
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
public Color ItemHeaderIconColor { get; }
Property Value
Type | Description |
---|---|
Color | The item header’s icon color. |
See Also