Included Components
- 3 minutes to read
Note
You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.
The DXScheduler Suite for WPF provides a set of native controls that can be used in WPF applications. These controls implement the main scheduling functionality, provide the necessary user interaction and are available on the DX.24.1: Scheduling toolbox tab in Visual Studio IDE.
Main Control
Name | Description |
---|---|
SchedulerControl | Represents a visual control that allows appointments to be scheduled and displayed. |
Additional Controls
The DXScheduler Suite for WPF also provides a number of auxiliary controls. With the help of these controls, you can change the SchedulerControl view characteristics and modify the appointment properties.
Name | Description |
---|---|
AppointmentLabelEdit | Represents a combo box control used to select appointment labels. It facilitates the creation of custom Edit Appointment forms. |
AppointmentResourcesEdit | Represents a popup checked list box control used to select multiple resources in order to assign them to an appointment. It facilitates the creation of custom Edit Appointment forms. |
AppointmentResourceEdit | Represents a combo box control used to select a resource for an appointment. It facilitates the creation of custom Edit Appointment forms. |
RecurrenceRangeControl | A control used to specify an end condition for the series of recurring appointments. |
ResourcesCheckedListBoxControl | Represents the checked list box control used to filter resources within the Scheduler Control. |
ResourcesComboBoxControl | Represents the combo box control used to filter resources within the Scheduler Control. |
AppointmentStatusEdit | Represents a combo box control used to select appointment statuses. It facilitates the creation of custom Edit Appointment forms. |
ResourcesPopupCheckedListBoxControl | The popup checked list box control used to filter resources within the Scheduler Control. |
TimeZoneEdit | Represents a combo box used to specify a time zone. |
WeekDaysCheckEdit | Represents a control that allows the selection of days of the week, by checking the corresponding boxes. |
WeekOfMonthEdit | Represents a combo box used to select a week of the month. |
MonthEdit | Represents a combo box used to select a month. |
DailyRecurrenceControl | Represents a control used to set the recurrence options for daily recurrent appointments. |
MonthlyRecurrenceControl | Represents a control used to set the recurrence options for monthly recurrent appointments. |
WeekDaysEdit | Represents a combo box used to select days of the week. |
WeeklyRecurrenceControl | Represents a control used to set the recurrence options for weekly recurrent appointments. |
YearlyRecurrenceControl | Represents a control used to set the recurrence options for yearly recurrent appointments. |
Printing Controls
The DXScheduler Suite for WPF includes two print adapter components that are intended to serve as data sources for printable scheduler reports.
Name | Description |
---|---|
DXSchedulerControlPrintAdapter | A print adapter bound to the SchedulerControl. |
DXSchedulerStoragePrintAdapter | A print adapter bound to the SchedulerStorage. |