Hi,
Could you tell how to keep dots indicator after select a date?
Currently dots indicator always disappear when I select a date.
I attach screenshot for current condition and this is my piece of code to set MonthViewSettings.
MonthViewSettings monthViewSettings = new MonthViewSettings();
monthViewSettings.PreviousMonthBackgroundColor = Color.FromHex("FAFAFA");
monthViewSettings.SelectionShape = SelectionShape.Circle;
monthViewSettings.SelectedDayTextColor = Color.White;
monthViewSettings.DateSelectionColor = Color.FromHex("062D84");
monthViewSettings.WeekEndTextColor = Color.Red;
monthViewSettings.TodayTextColor = Color.FromHex("062D84");
monthViewSettings.TodayBorderColor = Color.Transparent;
monthViewSettings.TodaySelectionTextColor = Color.White;
monthViewSettings.TodaySelectionBackgroundColor = Color.FromHex("062D84");
Calendar.MonthViewSettings = monthViewSettings;
Attachment:
screenshot_73f5cb9d.zip