Scheduler Control
- 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.
This document introduces SchedulerControl and describes its main capabilities. It contains a reference table that lists the control’s main members, explains its main functionality and allows you to easily identify necessary APIs.
#What Is SchedulerControl?
SchedulerControl is the main control of the DXScheduler Suite for WPF. It is represented by the SchedulerControl class instance. It is a visual control that is used to implement interactions between end-users and the scheduling application. The main purpose of this control is to show schedule data (represented via appointments) on a form using one of the possible data views. A view can be grouped either by resources specified for appointments or by appointment dates. The SchedulerControl control also enables end-users to create, edit and delete appointments together with performing other actions to schedule their timetables.
#How Does SchedulerControl Look?
Since SchedulerControl shows the appointment data using different views, the appearance of the control usually depends upon the common appearance of the corresponding view. For instance, for Day View, the SchedulerControl will show its data as follows.
#What Are the Main Members of SchedulerControl?
The following table lists the main properties of the SchedulerControl class, which implement its basic functionality.
Member Name | Description |
---|---|
Basic | |
Scheduler |
Gets or sets the start date of the Scheduler control. |
Scheduler |
Gets or sets the data storage for the Scheduler control. |
Data Representation | |
Scheduler |
Provides access to the View currently used by the Scheduler to show its data. |
Scheduler |
Gets or sets the type of the View which is currently used by the Scheduler |
Scheduler |
Provides access to an object that defines the settings of the scheduler’s Day View. |
Scheduler |
Provides access to an object that defines the settings of the scheduler’s Work-Week View. |
Scheduler |
Provides access to an object that defines the settings of the scheduler’s Week View. |
Scheduler |
Provides access to an object that defines the settings of the scheduler’s Month View. |
Scheduler |
Provides access to an object that defines the settings of the scheduler’s Timeline View. |
Scheduler |
Gets or sets a value that specifies the type of grouping applied to the View of the Scheduler control. |
Scheduler |
Gets a value indicating whether appointments can be shared between multiple resources. |
Options | |
Scheduler |
Provides access to the Scheduler control’s behavior options. |
Scheduler |
Provides access to the Scheduler control’s customization options. |
Scheduler |
Provides access to the Scheduler control’s view options. |
Dialogs | |
Scheduler |
Invokes the Edit Appointment dialog for the specified appointment. |
Scheduler |
Invokes the Appointment Recurrence dialog for the specified appointment. |
Scheduler |
Invokes the Go To Date dialog with the specified date. |
Scheduler |
Invokes the Time Ruler dialog for the specified time ruler. |
Selection | |
Scheduler |
Gets the time interval currently selected in the Scheduler control’s active view by an end-user. |
Scheduler |
Gets the collection of selected appointments. |
Scheduler |
Gets the resource which contains the time interval currently selected in the scheduler’s active view. |
Miscellaneous | |
Scheduler |
Gets or sets the main component that provides Bars functionality for the Scheduler |