items.iconString

Specifies the icon of the item.

Example

<button id="dropdownbutton" type="button">Tools</button>
<script>
    $("#dropdownbutton").kendoDropDownButton({
        items: [
            { text: "Settings", icon: "gear" },
            { text: "Save", icon: "save" },
            { text: "Print", icon: "print" },
            { text: "Email", icon: "email" }
        ]
    });
</script>
In this article
items.icon
Not finding the help you need?
Contact Support