Hi
how can i see the BARCOLOR in ULTRAWEEKVIEW and ULTRAMONTHVIEW?
Thanks
Feature requests can be submitted here.
I just like what the UltraDayView does. If not May I do request this for future enhancement
thanks
japhethdleung,
How do you want to see an Appointment's BarColor in the UltraWeekView and UltraMonthView? There is no particular setting for this, however, if you wanted to do something like set the Appointment's BorderColor to its BarColor, you could handle the UltraCalendarInfo's AfterAppointmentAdded event and do something like:
e.Appointment.Appearance.BorderColor = e.Appointment.BarColor;
~Kim~