DevExtreme v24.2 is now available.

Explore our newest features/capabilities and share your thoughts with us.

Your search did not match any results.

React Scheduler - Basic Views

This example demonstrates four Scheduler views: Day, Week, Work Week, and Month. You can use the View Switcher above the timetable to switch between them.

To add these views to your Scheduler, list them in the views array. If you do not declare this array, users can switch only between the Day and Week views. To activate a specific view at application startup, use the currentView property.

For more information about supported view types, refer to the following help topic: View Types.

To give you the ability to edit code on the fly, the demo uses SystemJS. For this reason, launching the demo takes some time. We strongly recommend that you do not use this approach in real projects.
Backend API