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.
Functionality and Features
- Layout Modes—Choose between
Compactmode, where each segment sizes to its content, andStretchmode, 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.