Custom Toolbar Items

Friday, 13
Saturday, 14
12:00 AM
6:00 AM
12:00 PM
6:00 PM
12:00 AM
6:00 AM
12:00 PM
6:00 PM
Create Icons for Website
10:00 AM - 12:30 PM
Launch New Website
1:20 PM - 4:00 PM
Upgrade Server Hardware
11:00 AM - 1:30 PM
Scheduler that displays the time period March 13, 2026 through March 14, 2026. 3 appointments available.

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:

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.