Overview
The DevExpress Scheduler for Blazor can display appointments in a Day, Work Week or Week View. This demo illustrates how to use and customize these views:
- Week View (DxSchedulerWeekView) - Displays appointments for all the days in a specified week.
- Work Week View (DxSchedulerWorkWeekView) - Displays appointments for work days in a week.
- Day View (DxSchedulerDayView) - Displays appointments for specified days.
You can use the ActiveViewType property to specify the initial view, and the View Selector to switch between views.
Related API members:
- DayCount - Specifies the number of days that are displayed within the view.
- VisibleTime - Specifies the visible time interval of the view.
- ShowWorkTimeOnly - Specifies a value that indicates if Scheduler should show its data only for the working hours in the view.
- WorkTime - Specifies the work time interval for the view.
Week View
This module demonstrates how to configure the Week View (DxSchedulerWeekView).
Sunday, February 28 | Monday, March 1 | Tuesday, March 2 | Wednesday, March 3 | Thursday, March 4 | Friday, March 5 | Saturday, March 6 | |
9 | 00 | |||||||
10 | 00 | |||||||
11 | 00 | |||||||
12 | PM | |||||||
1 | 00 | |||||||
2 | 00 | |||||||
3 | 00 | |||||||
4 | 00 | |||||||
5 | 00 | |||||||
Work Week View
This module demonstrates how to configure the Work Week View (DxSchedulerWorkWeekView).
Monday, March 1 | Tuesday, March 2 | Wednesday, March 3 | Thursday, March 4 | Friday, March 5 | |
9 | 00 | |||||
10 | 00 | |||||
11 | 00 | |||||
12 | PM | |||||
1 | 00 | |||||
2 | 00 | |||||
3 | 00 | |||||
4 | 00 | |||||
5 | 00 | |||||
Day View
This module demonstrates how to configure the Day View (DxSchedulerDayView).
Wednesday, March 3 | |
9 | 00 | |
10 | 00 | |
11 | 00 | |
12 | PM | |
1 | 00 | |
2 | 00 | |
3 | 00 | |
4 | 00 | |
5 | 00 | |