Kendo UI for Angular SegmentedControl Overview

Updated on Mar 27, 2026

The Kendo UI for Angular SegmentedControl renders a group of buttons where only one can be selected at a time. A sliding selection indicator highlights the active item.

Use the SegmentedControl to let users choose between a small set of mutually exclusive options, for example, switching between profile types or view modes.

ninja-iconThe SegmentedControl is part of Kendo UI for Angular, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.Start Free Trial

The following example demonstrates the SegmentedControl in action.

Change Theme
Theme
Loading ...

Key Features

  • Binding Items—Define the collection of items rendered by the SegmentedControl.
  • Selected Item—Control which item is selected and use two-way binding.
  • Appearance—Configure the size of the SegmentedControl to fit your design requirements.
  • Disabled Items—Disable individual items to prevent user interaction.
  • Layout Mode—Switch between compact and stretch layout modes to control how items are sized.
  • Icon Options—Display SVG or font icons inside each item of the SegmentedControl.
  • Events—Handle the selection change event to execute custom logic.
  • Globalization—All Kendo UI for Angular Buttons provide globalization options.

To learn more about the appearance, anatomy, and accessibility of the SegmentedControl, visit the Progress Design System documentation—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.

Support and Learning Resources

Additional Resources