Is it possible to change background color of certain dates in Calendar control dropdown? e.g. in a month, dates 1,2 & 6 have back color red, 3,14,16 have blue, etc.
You can use the CalendarDayStyleSelector and CalendarItemStyleSelector as is demonstrated in the Feature Browser sample that ships with the product. The specific sample is xamMonthCalendar->Theme and Custom Styles->Selectively Styling Calendar Items.