Hi,
How can I change appointment text color for MonthView?
I've tried setting like this:
<sf:SfSchedule.MonthCellStyle>
<sf:MonthViewCellStyle TextColor="Black"/>
</sf:SfSchedule.MonthCellStyle>
but still shows in white color.
Setting ApointmentStyle works for DayView and WorkView, but not for MonthView:
<sf:SfSchedule.AppointmentStyle>
<sf:AppointmentStyle TextColor="{StaticResource DarkTextColor}"/>
</sf:SfSchedule.AppointmentStyle>
Is there another setting I'm missing?