New to Telerik UI for .NET MAUIStart a free 30-day trial

.NET MAUI SegmentedControl Item Tapped

Updated on Apr 30, 2026

The SegmentedControl notifies you about tap interactions on its segments independently of the current selection. This allows you to handle taps on segments that are already selected, or to react to user interaction when the SelectionMode is set to None.

The control exposes the following members for responding to tap interactions:

  • ItemTapped—Event raised when a segment is tapped, regardless of the SelectionMode. The event handler receives a RadTappedEventArgs<object> argument whose Item property is the tapped business item.
  • ItemTappedCommand (ICommand)—Command executed when a segment is tapped. The command parameter is the data item of the tapped segment.

The ItemTapped event and the ItemTappedCommand command are raised for every tap, including taps on the currently selected segment. Use them when you need to perform an action on each tap rather than only when the selection changes. To react to selection changes, use the SelectionChanged event instead.

For a runnable example demonstrating the SegmentedControl Item Tapped scenario, see the SDKBrowser Demo Application and go to the SegmentedControl > Item Tapped category.

See Also

In this article
See Also
Not finding the help you need?
Contact Support