blazor-devexpress-dot-blazor-d112ee40.md
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.v25.2.dll
NuGet Package : DevExpress.Blazor
public class DxScheduler :
DxComponentBase,
ISchedulerViewOwner,
ISchedulerAppointmentActions,
IHandleEvent,
IAsyncDisposable,
INestedSettingsOwner
The DevExpress Blazor Scheduler (DxScheduler) allows users to view and manage appointments.
Run Demo: Scheduler - Overview
Read Tutorial: Get Started with Scheduler
Follow the steps below to add the Scheduler component to an application:
<DxScheduler>…</DxScheduler> markup to a .razor file.Refer to the following list for the component API reference: DxScheduler Members.
Blazor Scheduler supports static render mode to display data in a pre-defined time interval. Users cannot switch to other views or time intervals. To use these and other features, enable interactivity on a Razor page, and allow the Scheduler component to execute scripts.
The list below includes features available in the Blazor Scheduler component:
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: Examples.
If a Blazor application throws unexpected exceptions, refer to the following help topic: Troubleshooting.
Object ComponentBase DxComponentBase DxScheduler
See Also