\Kendo\UI\SchedulerToolbarItem
A PHP class representing the toolbarItem setting of SchedulerToolbar.
Methods
name
The name of the command.
Returns
\Kendo\UI\SchedulerToolbarItem
Parameters
$value string
Example
<?php
$toolbarItem = new \Kendo\UI\SchedulerToolbarItem();
$toolbarItem->name('value');
?>