Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

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

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