UI for ASP.NET Core
The Telerik UI for ASP.NET Core SegmentedControl is a sleek, space-efficient component for fast, mutually exclusive selection between related options. Designed as a modern alternative to radio buttons and tabs, it improves usability by surfacing key choices in a single, intuitive control. With built-in support for icons, customization, accessibility, and responsive behavior, it fits seamlessly into any ASP.NET Core application.
See the Telerik UI for ASP.NET Core Segmented Control overview demo
The ASP.NET Core SegmentedControl supports configurable item widths, giving you precise control over how each segment is sized. This allows you to better accommodate different content lengths and maintain a consistent layout without additional styling.
See the Telerik UI for ASP.NET Core Segmented Control layout modes demo
The Telerik UI for ASP.NET Core SegmentedControl supports flexible content configuration, allowing each segment to include a text label, an icon, or both. You can further customize the icon appearance by using the iconClass option to apply additional CSS classes.
See the Telerik UI for ASP.NET Core Segmented Control icons demo
Control the visual appearance of the Telerik UI for ASP.NET Core SegmentedControl, including its button size and layout behavior. Use the size option to adjust the segment buttons to small, medium, or large, depending on your UI density needs.
See the Telerik UI for ASP.NET Core Segmented Control appearance demo
The Telerik UI for ASP.NET Core SegmentedControl exposes a change event that triggers when the selected segment is updated. The event provides both the selected value and the full data object for the item, making it easy to access all relevant information in your handler.
See the Telerik UI for ASP.NET Core Segmented Control events demo
The ASP.NET Core SegmentedControl includes keyboard navigation support, allowing users to move between options and make selections without using a mouse.
See the Telerik UI for ASP.NET Core Segmented Control keyboard navigation demo