Overview

Nancy Davolio Andrew Fuller
16 Tue
16 Tue
9 9:00 00
10 10:00 00
11 11:00 00
12 12 PM PM
1 1:00 00
2 2:00 00
3 3:00 00
4 4:00 00
5 5:00 00

The DevExpress Scheduler for Blazor is a full-featured scheduling solution that easily displays a detailed snapshot of events/appointments in your web application across a single day, a week, or a month.

The Scheduler component ships with the following built-in features:

View Types
Scheduler can contain the following views: Day View, Week View, Work Week View, Month View, and Timeline View. When you define multiple views, the Scheduler displays a view selector that allows users to switch between views. Use the ActiveViewType property to specify the active view. If the property is not specified, the Scheduler initially shows the first defined view.

Drag & Drop Support
Scheduler allows users to drag and drop appointments across the view.

Data Binding
To bind the Scheduler component to a data source, create and configure a DxSchedulerDataStorage object and link it to the Scheduler component.

Appointment Editing
The control implements two appointment edit forms: a compact edit form and a pop-up (detailed) edit form that allows users to edit appointments.

The following properties allow you to prevent users from creating, updating, and deleting appointments: AllowCreateAppointment, AllowEditAppointment, and AllowDeleteAppointment.

Recurring Appointments
Scheduler allows you to create, modify, and delete appointments that repeat on a schedule. You can manage recurring appointments in code or use a pop-up (detailed) edit form.

Templates
You can use templates to customize the content and appearance of time cells, date headers, and resource headers in the Scheduler.