DayViewBaseActualAppearance.AllDayAppointmentIconTintColor Property
Gets the icon tint color that is applied to the AppointmentItem whose AllDay property is true
. To specify this color, use the IconTintColor property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public Color AllDayAppointmentIconTintColor { get; }
Property Value
Type | Description |
---|---|
Color | The icon tint color. |
See Also