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