New to Kendo UI for Angular? Start 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 thetitleattribute of the button. When notextis provided, thetitlevalue also renders as thearia-labelattribute.
The following example demonstrates how to bind a collection of items to the SegmentedControl.
Change Theme
Theme
Loading ...