Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

C#
public class DxScheduler :
    DxComponentBase,
    ISchedulerViewOwner,
    ISchedulerAppointmentActions,
    ISizeModeAccessor,
    IRequireSelfCascading

#Remarks

The DevExpress Blazor Scheduler (DxScheduler) allows users to view and manage appointments.

Scheduler Appointment Mappings

Run Demo: Scheduler - Overview

Read Tutorial: Get Started with Scheduler

Watch Video: Get Started with Scheduler

#Features

The Scheduler features are listed below. Click on the links for more information about these features.

#Examples

Our knowledge base contains a wide array of sample projects that demonstrate the most popular usage scenarios, such as:

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.

#Inheritance

Object
ComponentBase
DevExpress.Blazor.Base.DxAsyncDisposableComponent
DevExpress.Blazor.Base.DxDecoratedComponent
DxComponentBase
DxScheduler
See Also