Enum
CollectionViewSelectionMode

Defines the selection behavior available for items in a RadCollectionView control. This enumeration determines how users can interact with and select items in the collection.

Definition

Namespace:Telerik.Maui.Controls.CollectionView

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum CollectionViewSelectionMode

Fields

Multiple

Multiple selection mode. Users can select multiple items simultaneously. Each tap on an item toggles its selection state.

Declaration

cs-api-definition
Multiple = 2

Field Value

CollectionViewSelectionMode

None

Selection is disabled. Users cannot select any items in the collection view.

Declaration

cs-api-definition
None = 0

Field Value

CollectionViewSelectionMode

Single

Single selection mode. Users can select only one item at a time. Selecting a new item will deselect the previously selected item.

Declaration

cs-api-definition
Single = 1

Field Value

CollectionViewSelectionMode

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