Appointments

6 Mon
7 Tue
8 Wed
9 Thu
10 Fri
Book Flights to San Fran for Sales Trip
Customer Workshop
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
Working elsewhere
Website Redesign Plan
Apr 06 12:00
Tentative
New Brochures
Apr 06 15:15
Tentative
Approve Personal Computer Upgrade Plan
Apr 07 13:00
Working elsewhere
Final Budget Review
Apr 07 16:30
Away
Install New Database
Apr 08 11:45
Working elsewhere
Approve New Online Marketing Strategy
Apr 08 15:30
Working elsewhere
Prepare 2021 Marketing Plan
Apr 09 13:00
Tentative
Brochure Design Review
Apr 09 16:30
Working elsewhere
Create Icons for Website
Apr 10 12:30
Working elsewhere
Launch New Website
Apr 10 16:00
Scheduler that displays the time period April 6, 2026 through April 10, 2026. 12 appointments available.

The DevExpress Blazor Scheduler allows you to customize appointment appearance using the following templates:

These templates accept a DxSchedulerAppointmentView object as the context parameter. Use this object to access appointment data. In this demo, templates use custom colors to render appointments.

Appointment templates may affect drag & drop responsiveness. Since the component renders templates on the server side, continuous client-server communication can affect performance. To maintain responsiveness, this demo uses Client mode for drag & drop operations (AppointmentDragMode property). When Client mode is used, the Scheduler component displays a tooltip to indicate the target position rather than re-rendering templated appointments. You can use the combo box to switch between modes.