Hi,
Appointment that are AllDayEvent doesn't respond to property BarColor. Is that normal?
I have the same problem here...
I use the 15.2 timelineview when i set the AllDayEvent of the appointment the barColor had a white color
How i can resolve that ? i want the barcolor keep this original color when i set the appointemt.AllDayEvent
thx
Hello,
I think that if you are using UltraDayView, UltraWeekView or UltraMonthView is it expected because there is no "bar" in AllDayEvents.
What you could do here is set some of the appearance properties on the AllDayEvents like:
this.ultraCalendarLook1.AllDayEventAppearance.BorderColor = Color.Green;this.ultraCalendarLook1.AllDayEventAppearance.BackColor = Color.Yellow;
If you are using TimeLineView the BarColor of the AllDayEvent should be honored.
Please let us know if you have any other questions.