Hi Choy,
#Regarding Changing the
selecteddate color in SfCalendar
Your requirement can be
achieved with the help of MonthViewSettings in SfCalendar. Please refer to the
following code snippet for your reference.
Code Snippet
|
<syncfusion:SfCalendar
x:Name="calendar">
<syncfusion:SfCalendar.MonthViewSettings>
<syncfusion:MonthViewSettings
DateSelectionColor="#ffffff"
SelectedDayTextColor="#000000"
TodaySelectionTextColor="Black"
TodaySelectionBackgroundColor="Green">
</syncfusion:MonthViewSettings>
</syncfusion:SfCalendar.MonthViewSettings>
</syncfusion:SfCalendar>
|
Please refer to the
following UG documentation for your reference.
UG: https://help.syncfusion.com/xamarin/calendar/display-modes#month-view-customization
Please let us know if
you have any concerns.
Regards,
SaiGanesh Sakthivel