windowsforms-1971-controls-and-libraries-scheduler.md
The DevExpress WinForms Scheduler (SchedulerControl) displays appointments in different views and allows users to create and edit regular and recurring appointments.
See the following page to learn more about this product’s features, capabilities, and pricing options: WinForms Scheduler Control. To try DevExpress controls and libraries in your projects, download our fully-functional 30-day trial version.
The Getting Started topic explains how to:
The Appointments section contains documents with the following information:
Depending on the active View, a Scheduler can divide the timeline into months, weeks (including or excluding weekends), and days.
The following views are also available in the Scheduler:
Timeline ViewDisplays appointments as horizontal bars along a time scale and an optional Resources Tree on the side.Agenda ViewA chronological list of appointments grouped by day.Gantt ViewAllows you to schedule tasks and monitor the project progress. Note that in v19.2 and higher, the DevExpress WinForms controls suite ships with a standalone Gantt Control. Week View The legacy version of the Full Week View. This View displays a week as a 2x3 table where each day occupies a cell. Saturday and Sunday are combined in the last cell. This View is not available in the Scheduler. To enable it, set the SchedulerControl.Views.WeekView.Enabled property to true.
The Data Binding section explains how to add Scheduler elements (appointments, resources, etc.) from a data source, or create them in code.
The Scheduler can import/export or synchronize data with external calendar services.
Refer to the Printing topic for information on how to print the Scheduler’s data or save it to a file. If you need to create a report populated with Scheduler data, refer to the Reports section.
The control allows users to drag an appointment within the control bounds to reschedule the appointment, and drag data from another control or application to create a new appointment. Refer to the following topic for more details: Drag-and-Drop Operations.
See Also