value String
(default: "")
Defines the value/path of the component. Each segments is separated by a slash.
Example
<nav id="breadcrumb"></nav>
<script>
$("#breadcrumb").kendoBreadcrumb({
value: 'Telerik UI/Navigation/Breadcrumb'
});
</script>