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

ArrowIcon

configuration

The icon rendered for the arrow button of the SplitButton.

arrowIcon

String

Default: 'chevron-down'

<button id="splitbutton" type="button">Foo</button>
<script>
$("#splitbutton").kendoSplitButton({
    items:[
        { text: "item 1" },
        { text: "item 2" }
    ],
    arrowIcon: "chevron-up"
});
</script>
Not finding the help you need?
Contact Support