Hi Malcolm,
Thank you for contacting Syncfusion support.
Based on the provided information your requirement is “Change the date text color in AgendaView in Calendar” and it can be achieved by AgendaSelectedDateColor property of MonthViewSettings. We have prepared the simple sample for the same. Please find the sample from the following link,
User Guide documenatation link,
Also, we have attached the code snippet for the same,
XAML:
<calendar:SfCalendar x:Name="calendar"
DataSource="{Binding Appointments}"
ShowInlineEvents="true"
InlineViewMode="Agenda">
<calendar:SfCalendar.MonthViewSettings>
<calendar:MonthViewSettings AgendaSelectedDateColor="Red"/>
</calendar:SfCalendar.MonthViewSettings> |
We hope that this helps you. Please let us know if you need any further assistance.
Regards,
Indumathi R