Telerik UI for ASP.NET Core SegmentedControl Overview
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Material 2
- Material 2 Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
- Main Dark
Also available for:
CLIENT-SIDE API HTML HELPER APIThe SegmentedControl component is part of Telerik UI for ASP.NET Core, 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.
Description
The Telerik UI for ASP.NET Core 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.
The current demo shows a basic implementation of the SegmentedControl with several items and a pre-selected value.
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.
-
Events–You can subscribe to the
Changeevent and implement custom logic when the user selects a different segment. - Keyboard Navigation–The SegmentedControl supports keyboard navigation for moving focus between buttons and activating the selected segment.
Additional Apps
Support & Learning Resources
- ASP.NET Core SegmentedControl Documentation Overview
- ASP.NET Core SegmentedControl API
- ASP.NET Core SegmentedControl Overview Documentation
- ASP.NET Core SegmentedControl Forums
- Telerik UI for ASP.NET Core SegmentedControl Homepage
- Telerik UI for ASP.NET Core Sample Demos Application
- Telerik UI for ASP.NET Core Knowledge Base