maui-403735-scheduler-and-calendar-scheduler-views.md
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.
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.
|
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:
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.
|
The Work Week View displays appointments scheduled for a specific work week. The image below highlights elements the view includes:
Note
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.
|
The Week View displays all appointments for a specific week. The image below highlights elements the view includes:
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.
|
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.
|