itemsArray(default: [])

Configures the different buttons that will be rendered inside the SegmentedControl.

Example - set the items

<div id="segmentedControl"></div>
<script>
$("#segmentedControl").kendoSegmentedControl({
  items: [
    { text: "Option 1", value: "option1" },
    { text: "Option 2", value: "option2" }
  ]
});
</script>
In this article
items
Not finding the help you need?
Contact Support