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