devexpress-wpf-scheduler
Installation
SKILL.md
DevExpress WPF Scheduler Control
DevExpress.Xpf.Scheduling.SchedulerControl is a full-featured calendar / scheduling control: appointments, recurring activities, resources (people, rooms, equipment), labels, statuses, time regions, reminders, time zones. Seven view types out of the box (Day / Work Week / Week / Month / Timeline / Agenda / List). Bind to a data source through DataSource.AppointmentsSource + AppointmentMappings, or use the unbound mode for runtime-managed data.
When to Use This Skill
Use this skill when you need to:
- Add a calendar / scheduling view to a WPF app
- Display recurring appointments, all-day events, multi-day events
- Group appointments by resource (people, rooms, equipment) or by date
- Bind to a data source via mappings —
AppointmentMappings,ResourceMappings, custom fields - Switch among the seven view types
- Customize appointment look via templates, styles, brushes
- Manage labels, statuses, time regions, reminders
- Implement an Outlook-clone in WPF