I want to change the DateSelectionColor dynamically, (If the dates selected are wrong then set it red if not set in blue) I'm using Range selection.
This property does not refresh sometimes.
I had tried refresh the calendar, set the settings again and nothing.
MonthViewSettings monthViewSettings = new MonthViewSettings();
monthViewSettings.SetBinding(MonthViewSettings.DateSelectionColorProperty, "SelectionColor");
calendar.MonthViewSettings = monthViewSettings;
calendar.Refresh();
Any idea?
Version: 16.3.0.21
Tested: Android/iOS