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

Binding Items

Updated on Mar 26, 2026

The SegmentedControl renders its buttons from a collection of SegmentedItemSettings objects passed to the items property.

Each item in the array can define the following properties:

  • text—The text content of the button.
  • icon—The name of a font icon from the Kendo UI theme.
  • svgIcon—An SVG icon to render inside the button. For more details, refer to the Icon Options article.
  • disabled—Determines whether the button is disabled. For more details, refer to the Disabled Items article.
  • title—Sets the title attribute of the button. When no text is provided, the title value also renders as the aria-label attribute.

The following example demonstrates how to bind a collection of items to the SegmentedControl.

Change Theme
Theme
Loading ...
In this article
Suggested Links
Not finding the help you need?
Contact Support