Views in Scheduler for .NET MAUI
- 3 minutes to read
The DevExpress Scheduler for .NET MAUI provides a set of Views to display and manage appointments. A View specifies the appearance of appointments and their layout. This topic lists views the scheduler supports.
Agenda View
The AgendaView groups appointments by day. The image below highlights elements the view includes:
Property | Description |
---|---|
Gets or sets whether the AgendaView should show days that have no appointments (empty days). This is a bindable property. | |
Gets or sets whether the “New Appointment” button is displayed. This is a bindable property. |
Day View
The Day View displays appointments scheduled for a specific date or for several days following each other. The DayView.DayCount property manages the number of days the view shows. The image below highlights elements the view includes:
- Time Ruler
- Time Ruler Cell
- Time Ruler Header
- Header Item
- All Day Area
- All Day Appointment
- All Day Cell
- Appointment
- Day Cell
The following table lists basic settings that configure the view:
Property | Description |
---|---|
Gets or sets the number of days the Day View displays. This is a bindable property. | |
Gets or sets whether the View should show only WorkTime. This is a bindable property. | |
Gets or sets how the View snaps the scheduler’s appointments. This is a bindable property. |
Work Week View
The Work Week View displays appointments scheduled for a specific work week. The image below highlights elements the view includes:
- Time Ruler
- Time Ruler Cell
- Time Ruler Header
- Header Item
- All Day Area
- All Day Appointment
- All Day Cell
- Appointment
- Day Cell
Note
- The FirstDayOfWeek property specifies the day from which a week starts.
- The WorkDays property defines days that belong to a work week.
The following table lists basic settings that configure the view:
Property | Description |
---|---|
Gets or sets whether the View should show only WorkTime. This is a bindable property. | |
Gets or sets how the View snaps the scheduler’s appointments. This is a bindable property. |
Week View
The Week View displays all appointments for a specific week. The image below highlights elements the view includes:
- Time Ruler
- Time Ruler Cell
- Time Ruler Header
- Header Item
- All Day Area
- All Day Appointment
- All Day Cell
- Appointment
- Day Cell
Note
The FirstDayOfWeek property specifies the first day of the week.
The following table lists basic settings that configure the view:
Property | Description |
---|---|
Gets or sets whether the View should show only WorkTime. This is a bindable property. | |
Gets or sets how the View snaps the scheduler’s appointments. This is a bindable property. |
Month View
The Month View displays all the appointments for a specific month. The image below highlights elements the view includes:
Property | Description |
---|---|
Gets or sets whether the view shows only workdays. This is a bindable property. | |
Gets or sets a number of weeks that the View shows on the screen at one time. This is a bindable property. |