devexpress-wpf-scheduler

Implement DevExpress Scheduler Control calendar apps with correct APIs and data binding.

39|7|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/DevExpress/agent-skills --skill devexpress-wpf-scheduler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devexpress-wpf-scheduler
Source: https://github.com/DevExpress/agent-skills/tree/main/plugins/dx-wpf/skills/devexpress-wpf-scheduler
Command: npx skills add https://github.com/DevExpress/agent-skills --skill devexpress-wpf-scheduler

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates API hallucinations and guesswork when building WPF calendar and scheduling applications with the DevExpress Scheduler Control, ensuring you use correct import paths, APIs, and production-ready patterns for .NET 6+ and .NET Framework 4.6.2+ Windows projects.

Core Features & Use Cases

  • Full-featured scheduling UI: Build Outlook-style calendars with support for appointments, recurring events, resource grouping, and 7 built-in view types (Day, Work Week, Week, Month, Timeline, Agenda, List).
  • Data binding & deep customization: Bind to external data sources with field mappings, customize appointment appearance with templates and brushes, and manage labels, statuses, time regions, and reminders.
  • Use case: Use this Skill to build a medical appointment scheduling app that groups visits by doctor, supports recurring check-ups, and lets staff edit appointments directly in the UI.

Quick Start

Use the devexpress-wpf-scheduler skill to build a WPF calendar app that groups medical appointments by doctor, supports recurring events, and uses the DevExpress Scheduler Control with bound data mappings.

Frequently Asked Questions about devexpress-wpf-scheduler

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build an Outlook-style calendar in a WPF application?

To build an Outlook-style calendar in WPF, use the DevExpress Scheduler Control to manage appointments, switch between Day, Week, Month, Timeline, and Agenda views, and handle recurring events. This approach provides production-ready scheduling UI components for .NET 6+ and .NET Framework 4.6.2+ projects.

How does data binding work with the DevExpress WPF Scheduler?

Data binding with the DevExpress WPF Scheduler works by mapping external data source fields to appointment properties using XAML. This enables MVVM-compatible data binding for custom fields, allowing you to manage labels, statuses, time regions, and reminders directly within your WPF calendar application.

Can I use the DevExpress Scheduler Control with .NET 6 WPF projects?

Yes, you can use the DevExpress Scheduler Control with .NET 6+ WPF projects, as well as .NET Framework 4.6.2+ projects. It is designed exclusively for Windows-only target frameworks and requires adhering to DevExpress licensing constraints for deployment.

What is the best way to implement recurring appointments and resource grouping in a WPF scheduler?

The best way to implement recurring appointments and resource grouping in a WPF scheduler is using the DevExpress Scheduler Control. It supports grouping items like medical visits by specific resources such as doctors, and provides built-in APIs to handle recurring events without hallucinating import paths.

Why does my WPF scheduler API code throw errors when customizing appointment templates?

WPF scheduler API errors during appointment template customization often occur due to incorrect import paths or hallucinated APIs. Using verified DevExpress Scheduler Control code patterns for templates and brushes ensures accurate appearance customization and eliminates common data binding errors.