items.iconString

Specifies the icon of the item.

Example

<button id="splitButton">Command</button>
<script>
    $("#splitButton").kendoSplitButton({
        items: [
            { text: "Save", icon: "save" },
            { text: "Download", icon: "download" },
            { text: "Print", icon: "print" }
        ]
    });
</script>
In this article
items.icon
Not finding the help you need?
Contact Support