Scheduler (Manage Calendar Appointments)
Scheduling is one of the most critical parts of a business application. However, it is a complex task to implement and build a scheduler into an XAF application from scratch. That’s why the Scheduler module supplied with XAF is of great value when building a scheduling application. This module uses the Blazor Scheduler, WinForms Scheduler, and ASP.NET Web Forms Scheduler controls. These controls have a number of features that help you switch between different date views, use a date navigator and various appointment techniques, print and export source data, customize the appearance and so on.
Getting Started
Concepts
Task-Based Help
- How to: Access the Scheduler Control in Code
- How to: Perform Custom Actions When a Recurring Event’s Exceptional Occurrence is Created
See Also