dataSource.iconClassString(default: "")

If set, this value will be appended to the icon element's class attribute.

Example

<div id="tabstrip"></div>
<script>
    $("#tabstrip").kendoTabStrip({
        dataTextField: "text",
        dataContentField: "content",
        dataSource: [
          { text: "Home", icon: "home", iconClass: "my-home-icon", content: "Home content" },
          { text: "Settings", icon: "gear", iconClass: "my-settings-icon", content: "Settings content" }
        ]
    });
</script>
In this article
dataSource.iconClass
Not finding the help you need?
Contact Support