Completed
Last Updated: 20 May 2026 11:27 by ADMIN
Release 14.0.0 (2026 Q2)
Stefano
Created on: 26 Aug 2022 10:02
Category: SegmentedControl
Type: Feature Request
3
SegmentedControl: Display custom content in order to visualize complex objects
Currently, there is no ItemTemplate for the SegmentedControl, therefore we need to use an IEnumerable<string>.

Please add support for ItemTemplate, or DisplayMemeberBinding property, so that we can bind to an IEnumerable<T>.
1 comment
ADMIN
Didi
Posted on: 20 May 2026 11:27

Hi all,

In the Telerik UI for .NET MAUI 14.0.0 release, the RadSegmentedControl was rebuilt from the ground up. The control keeps its name and core purpose—display a list of horizontally aligned, mutually exclusive options—but exposes a new API surface, extended styling options, and additional features such as full data binding, selection modes, item templates, size modes, and per-segment commands.

Migration article: https://www.telerik.com/maui-ui/documentation/controls/segmentedcontrol/migration 

Custom Content can be set using the ItemTemplate property: https://www.telerik.com/maui-ui/documentation/controls/segmentedcontrol/data-binding 

Regards,
Didi
Progress Telerik