Sunday, 31
|
Monday, 1
|
12:00 AM
|
6:00 AM
|
12:00 PM
|
6:00 PM
|
12:00 AM
|
6:00 AM
|
12:00 PM
|
6:00 PM
|
The DevExpress Blazor Scheduler component allows you to add predefined (standard) and custom toolbar buttons/items to your application (this demo includes a custom ScaleDuration button group with custom buttons).
To add predefined toolbar items/buttons, add the following objects to the ToolbarItems tag:
- DxSchedulerDateNavigatorToolbarItem
- DxSchedulerNextIntervalToolbarItem
- DxSchedulerPreviousIntervalToolbarItem
- DxSchedulerResourceNavigatorToolbarItem
- DxSchedulerTodayToolbarItem
- DxSchedulerViewNavigatorToolbarItem
To add custom buttons in your DevExpress-powered Blazor app, declare a DxToolbarItem object and handle its Click event to execute custom commands. In this demo, the ScaleDuration button group consists of custom buttons.
Both predefined and custom toolbar items support base functionality – you can change item position, create button groups, assign icons, etc. Refer to the following class description for additional information and examples: DxToolbarItem.