Blazor SegmentedControl - Overview
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
default
Create Your Account
- Overview.razor
The SegmentedControl component is part of Telerik UI for Blazor, a professional grade UI library with 110+ native components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Description
The Telerik UI for Blazor SegmentedControl is a compact and intuitive component that provides a native way to switch between a small set of mutually exclusive options. It delivers a modern UX pattern that reduces the need for custom implementations while maintaining a clean and simple developer experience.
The component displays a horizontal group of segments with clear visual states (selected, hover, disabled) and supports flexible configuration through its API, including SelectionChanged event, SelectedItem/Index properties, and segment disabling capabilities. Built-in keyboard navigation and accessibility support ensure enterprise readiness.
This demo demonstrates the basic usage of the SegmentedControl with default Equal Width behavior, text-only segments, and various visual states including selected, hover, and disabled. The example simulates page or view switching, a common use case for the component.