How can I set the color of selectable days. For example, only monday's are selectable. I've achieve this by using the ultracalendarInfo to set all DAys OfWeek to Enable = false, except for Monday.
How can I change the backcolor of the selectable monday's using the AppStyle? I can't find the UI Role to change this.
There is a 'ScheduleDayOfWeekHeader' role which provides a way to customize the header for a day of the week, but no way (through AppStyling) to change the appearance of the day area for a given day of the week. You can, however, do this using the UltraCalendarCombo.CalendarLook.DaysOfWeekLook collection.