The structure and view representation of the RadScheduler control varies depending on the currently selected view mode.
Note |
|---|
This section defines the terms and concepts used in the scope of RadScheduler which you have to get familiar with before you continue reading this help. |
RadScheduler has four main views:
Day View
In Day View, RadScheduler contains the following elements:
- Day Header - contains the day of the week along with the day.
- Hours Column - located on the left of the view it contains labels for the hours of the day, thus making the navigation to a specific time much easier. Learn how to customize the displayed hours range.
- All Day Time Slot - located right underneath the day header, it displays only the appointments that last for the whole day. To create all day appointment just double click this time slot.
- Hours Time Slots - contains the time slots for each hour of the day along with the appointments.
- Scrollbar - the scrollbar is vertical and scrolls back and forward in the current day.
Learn more about the Day View.
Week View
The WeekView contains the same elements as the DayView with the only difference that the displayed period is not just a single day but the days of a whole week. The all day and hour time slots are also available here.
Learn more about the Week View.
Month View
In Month View, RadScheduler contains the following elements:
- Month Header - contains the names for each day of the week placed as column headers.
- Weeks Column - located on the left of the view it contains labels for the start and end date for each week from this month.
- Month Days - each day of the month is displayed as a separate cell control containing the day as header and single time slot with the belonging appointments.
Learn more about the Month View.
Timeline View
RadScheduler's TimelineView displays the days as horizontal timeline. Each day of the month is displayed as a separate control containing its date as header and single time slot with the belonging appointments.
Learn more about the Timeline View.
See Also