messages.rootTitleString(default: "Go to root")

The label for the root icon of 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
messages.rootTitle
Not finding the help you need?
Contact Support