Scheduler Control
- 3 minutes to read
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 Silverlight. 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 appointment data using different views, the appearance of the control usually depends upon the common appearance of the corresponding view. For instance, the SchedulerControl will show its data in the Day View as shown below.
#What Are the Main Members of a 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 control 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 Open Recurring Item form which prompts an end-user for an action while editing the recurrent 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 by an end-user. |
Miscellaneous | |
Scheduler |
Gets or sets the main component that provides Bars functionality for the Scheduler |