delimiterIcon String (default: "chevron-right")

Defines a name of an existing icon in the Kendo UI Web Font Icons. The icon will be applied as separator between the segments of the Breadcrumb path.

Example

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

<script>
    $("#breadcrumb").kendoBreadcrumb({
        delimiterIcon: "shape-line",
        value: 'Telerik UI/Navigation/Breadcrumb'
    });
</script>
In this article