prefixOptions.iconString

Defines the name for an existing icon in a Kendo UI theme or SVG content

Example - specify prefix adornment icon

<textarea id="description"></textarea>
<script>
    $("#description").kendoTextArea({
        prefixOptions: {
            icon: "pencil"
        }
    })
</script>
In this article
prefixOptions.icon
Not finding the help you need?
Contact Support