messages Object

Defines the text of the root icon title that is displayed within the Breadcrumb.

Example

<nav id="breadcrumb"></nav>

<script>
    $("#breadcrumb").kendoBreadcrumb({
        value: 'Telerik UI/Navigation/Breadcrumb',
        messages: {
            rootTitle: 'Click here to navigate to root'
        }
    });
</script>
In this article