WebForms SegmentedControl Overview

Updated on May 20, 2026

The Telerik WebForms SegmentedControl renders a group of buttons that allow the user to select a single option from a set of mutually exclusive choices. Each button represents one segment and can display a text label, an icon, or both. This component is an ASP.NET WebForms wrapper over the Kendo UI SegmentedControl widget.

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

Functionality and Features

  • Layout Modes—Choose between Compact mode, where each segment sizes to its content, and Stretch mode, where all segments share the container width equally.
  • Icons—Enhance segment buttons with icons from the Kendo UI theme, custom CSS classes, or a combination of icons and text labels.
  • Accessibility—The SegmentedControl is accessible for screen readers, supports WAI-ARIA attributes, and delivers keyboard shortcuts for faster navigation.

Next Steps