i have a layered approach and its going great, the only question i have is about the colouring.
i am binding the control to a collection of Events.
these events each have an "EventType" property thatis set(for example sickleave, birthday, bookings etc etc) , but they are allthe same object type in the same collection.
is there a way to specify the colours for each type, maybe in the Event constructor, so that all birthdays appear in one colour and the leave appears in a different colour?