Desktop
WPF
With the new SP1 release of Q3 2010 we added a new feature to RadScheduleView that helps you customize every slot in a different way. To do that you should create an instance of the Slot class, set its Start and End properties,
the Resources property - with this property you can define in which resource column the slot will be displayed,
and the RecurrencePattern property - with this property you can define whether the slot will be displayed for repeating days or events like Christmas, WeekendDays and Birthdays.
For example let's say that we have a schedule control and want to customize the days that...