Skip to main content

ViewBaseActualAppearance.AppointmentIconTintColor Property

Gets the icon tint color that is applied to the DevExpress.Maui.Scheduler view’s appointments. To specify this value, use the IconTintColor property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public Color AppointmentIconTintColor { get; }

Property Value

Type Description
Color

The icon tint color.

See Also