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

Specifies how items are selected in a RadSegmentedControl.

Definition

Namespace:Telerik.Maui.Controls.SegmentedControl

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public enum SegmentedControlSelectionMode

Fields

Tapping an item performs no selection.

C#
None = 0

Only one item can be selected at a time. Tapping the selected item again keeps it selected.

C#
Single = 1

Only one item can be selected at a time. Tapping the selected item again deselects it.

C#
SingleDeselect = 2
In this article
DefinitionFieldsNoneSingleSingleDeselect
Not finding the help you need?
Contact Support