MultiDay View
Overview
MultidayView shows multiple date-time intervals with appointments arranged one next to another. In the screenshot below we have MultidayView with two intervals – the first one starts from November 07 with duration of two days and the second on starts from November 11 with duration of 3 days.
Figure 1: Multi Day View
Using MultidayView
1. In order to set the current view of RadScheduler to MultidayView, use the ActiveViewType or ActiveView properties:
2. To add, remove or modify a date-time Interval in SchedulerMultiDayView instance use the Intervals collection.
3. To get all appointments in a particular interval, use the GetAppointmentsInInterval helper method:
4. To get all appointments in the view, use the Appointments collection.
SchedulerMultiDayView inherits the rest of its properties from the base SchedulerDayView and therefore you can refer to the Day View article for additional options.