Scheduler (legacy)
- 3 minutes to read
Overview | |
The DevExpress WPF Scheduler emulates the look, feel and capabilities of Microsoft Outlook’s Scheduler. Its major features include day, week, month, timeline views and built-in printing support, so you can deliver full-featured personal information management systems in the shortest possible time. | |
Learn the Basics | |
| |
Scheduling Functionality | |
The DXScheduler is a suite of elements that offers a fully operational calendaring subsystem. With the DXScheduler, you can let your users define resources and add calendar events (appointments), create recurring appointments and add reminders, and use the export and import features for iCalendar. Most of the scheduling functionality is available to end-users out of the box. The Ribbon or bar interface displays the most commonly-used tools and commands. The DXScheduler displays appointments using multiple views.
| |
Date Selection | |
The Date Navigator control provides an intuitive way with which to select dates. You can select a single day or a continuous range of dates using the mouse. Based on your selection within the Date Navigator Control, the Scheduler is automatically updated and displays the most appropriate view type (Day, Week, Month, etc.). The Range control allows end-users to quickly navigate different time periods within the Scheduler. A set of options allow you to customize the behavior of both the Range control and the Scheduler control whenever these controls are integrated within a project. | |
Built-In Dialogs | |
All appointment dialogs that ship as part of the WPF Scheduler Suite are ready to be used without writing a single line of code, and can be fully customized and extended as business needs dictate. Default appointment dialog mimics the Outlook appointment form, contains a Ribbon UI and enables you to print an individual appointment or save it in iCalendar format. The Scheduler Suite provides built-in dialog for handling recurring event chains. You can customize all recurrence related functionality and address even the most complex requirements with minimal effort. | |
Data Binding | |
The Scheduler control can operate in unbound mode when appointments and resources do not persist, however the most common way of using the Scheduler is to bind it to a data source. A variety of external data sources are supported. | |
Customization | |
The DXScheduler provides you with ability to change the data layout, appearance and visual presentation of the application elements in any way you need. A number of scheduler elements can be customized with the use of templates. They can be applied to customize the visual appearance of horizontal and vertical appointments, modify the appointment tooltip or make a completely different in-place editor. Styles introduced by DXScheduler enable you to modify the visual appearance of the desired scheduler element with ease. It includes the colorizing of the appointment area, modifying the buttons or changing the current time presentation. |