Hi Alberto,
Thank you for contacting Syncfusion support.
Your requirement of customzing the Calendar MonthView ViewHeader background color can be achieved using DayHeaderBackgroundColor property of MonthViewSettings in Calendar.
Please refer following code example for the same,
[C#]
SFMonthViewSettings monthViewSettings = new SFMonthViewSettings();
monthViewSettings.DayHeaderBackgroundColor = UIColor.Blue;
calendar.MonthViewSettings = monthViewSettings;
|
Note: Since these details not included in our User Guide documentation, we have created task for the same. We will update the same as soon as possible.
Please let us know, if you need any further assistance.
Regards,
Subburaj Pandian V