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

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.

Definition

Package:@progress/kendo-angular-buttons

Selector:kendo-segmented-control

Inputs

Specifies the collection of items to render in the SegmentedControl.

Specifies the layout mode of the SegmentedControl.

Default:

'compact'

selected

number

Specifies the index of the selected button in the items array.

Default:

0

Specifies the size of the SegmentedControl.

Events

Fires when the selected button changes. Emits the index of the selected button.