DxScheduler Class
A calendar and scheduler component that displays a detailed snapshot of events/appointments in your web application across a single day, a week, or a month.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public class DxScheduler :
DxComponentBase,
ISchedulerViewOwner,
ISchedulerAppointmentActions,
ISizeModeAccessor,
IRequireSelfCascading
Remarks
The DevExpress Blazor Scheduler (DxScheduler
) allows users to view and manage appointments.
Features
The Scheduler features are listed below. Click on the links for more information about these features.
- Bind to Data
- Day, Week, Work Week, and Timeline Views
- One-Time and All-Day Appointments
- Recurring Appointments
- Manage Appointments
- Labels
- Status Items
- Resources
- Custom Fields
- Templates
- Custom Appointment Forms and Tooltips
- Customize User Actions
Examples
Our knowledge base contains a wide array of sample projects that demonstrate the most popular usage scenarios, such as:
- How to load appointments for visible interval only (lazy loading)
- How to implement CRUD operations with a Web API Service
You can find more task-based examples in the following topic: Blazor Scheduler - Examples.
Troubleshooting
If a Blazor application throws unexpected exceptions, refer to the following help topic: Troubleshooting.