\Kendo\UI\BreadcrumbMessages

A PHP class representing the messages setting of Breadcrumb.

Methods

rootTitle

The label for the root icon of the Breadcrumb.

Returns

\Kendo\UI\BreadcrumbMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\BreadcrumbMessages();
$messages->rootTitle('value');
?>
In this article
Not finding the help you need?