New to Kendo UI for Angular? Start a free 30-day trial
SegmentedControlComponent
Updated on Mar 25, 2026
Represents the Kendo UI SegmentedControl component for Angular.
Renders a group of buttons where only one can be selected at a time, with a sliding selection indicator.
Selector
kendo-segmented-control
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
items |
|
Specifies the collection of items to render in the SegmentedControl. | |
layoutMode |
|
|
Specifies the layout mode of the SegmentedControl. |
selected |
|
|
Specifies the index of the selected button in the |
size |
|
Specifies the size of the SegmentedControl. |
Events
| Name | Type | Description |
|---|---|---|
selectedChange |
|
Fires when the selected button changes. Emits the index of the selected button. |