items.iconString

Defines the icon to be rendered.

Example

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

<script>
    $("#breadcrumb").kendoBreadcrumb({
		items: [
			{ type: "rootitem", icon: "home", showIcon: true, showText: false },
			{ type: "item", icon: "folder", text: "Documents", showIcon: true },
			{ type: "item", icon: "file", text: "readme.txt", showIcon: true }
		]
	});
</script>
In this article
items.icon
Not finding the help you need?
Contact Support