New to Kendo UI for jQueryStart a free 30-day trial

DataIconField

configuration

Sets the field of the data item that provides the icon for the tab.

Default: "icon"

<div id="tabstrip"></div>

<script>
    $("#tabstrip").kendoTabStrip({
        dataTextField: "Name",
        dataIconField: "Icon",
        dataSource: [
          { Name: "Tab1", Icon: "gear" },
          { Name: "Tab2", Icon: "pencil" }
        ]
    });
</script>
Not finding the help you need?
Contact Support