I would like to know if there is a way to paint specific dates witrh specific background color.
We want to highlight some dates in some scenarios. I am not sure if there is a way to do it.
Could you please thrown in suggestions if any?
Use UltraMonthViewMulti.CalendarLook.GetDayLook to get a DayLook object for a specific date, then set the DayLook.Appearance.BackColor property accordingly.
Hi Brian,Is there a way, let's say, draw a red circle around a particular date in the UltraMonthViewMulti?Thanx.Derek