<kendo:scheduler-toolbarItem>
List of commands that the scheduler will display in its toolbar as buttons. Currently supports only the "pdf" and "search" commands.The "pdf" command exports the scheduler in PDF format. The "search" option allows searching through Scheduler events titles.
Example
<kendo:scheduler-toolbar>
<kendo:scheduler-toolbarItem></kendo:scheduler-toolbarItem>
</kendo:scheduler-toolbar>
Configuration Attributes
name java.lang.String
The name of the command.
Example
<kendo:scheduler-toolbarItem name="name">
</kendo:scheduler-toolbarItem>