Enum
SegmentedControlSelectionMode

Specifies how items are selected in a RadSegmentedControl.

Definition

Namespace:Telerik.Maui.Controls.SegmentedControl

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum SegmentedControlSelectionMode

Fields

None

Tapping an item performs no selection.

Declaration

cs-api-definition
None = 0

Field Value

SegmentedControlSelectionMode

Single

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

Declaration

cs-api-definition
Single = 1

Field Value

SegmentedControlSelectionMode

SingleDeselect

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

Declaration

cs-api-definition
SingleDeselect = 2

Field Value

SegmentedControlSelectionMode

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