New to Kendo UI for Angular? Start a free 30-day trial
Selected Item
Updated on Mar 26, 2026
The SegmentedControl allows you to control which button is selected through the selected property. The property accepts a zero-based index that points to an item in the items array.
By default, the first item (index 0) is selected. To change the initially selected item, set the selected property to the desired index. The property also supports two-way binding to keep the value in sync with the component state.
The following example demonstrates how to set the initially selected item and use two-way binding with the selected property.
Change Theme
Theme
Loading ...
To respond to selection changes, handle the selectedChange event. For more details, refer to the Events article.