Customize Appointment Backgrounds and Statuses in RadScheduler
Environment
Product Version | Product | Author |
---|---|---|
2019.1.219 | RadScheduler for WinForms | Desislava Yordanova |
Description
RadScheduler offers a predefined list of available statuses and backgrounds for its appointments. They are stored in the Statuses and Backgrounds collections respectively:
However, if none of the available options is suitable for your specific scenario, you can add your custom status or background.
Solution
Adding a custom status
It is necessary to define a new AppointmentStatusInfo instance and specify the status' ID, display name and colors.
Define a custom AppointmentStatusInfo
Adding a custom background
It is necessary to define a new AppointmentBackgroundInfo instance and specify the background's ID, display name and colors.