Skip to main content

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.v23.2.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.

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.

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