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 Agenda | |
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 Work | |
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 First
Day property specifies the day from which a week starts.Of Week - The Work
Days 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 Work | |
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 First
The following table lists basic settings that configure the view:
Property | Description |
---|---|
Gets or sets whether the View should show only Work | |
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. |