New to Telerik UI for PHP? Download free 30-day trial

\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');
?>
In this article
Not finding the help you need?