Enum
CollectionViewSelectionGesture

Defines the gesture type that triggers selection in a RadCollectionView control. This enumeration determines which user interaction will cause items to be selected.

Definition

Namespace:Telerik.Maui.Controls.CollectionView

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum CollectionViewSelectionGesture

Fields

Hold

Selection is triggered by a hold gesture. Users select items by performing a long press on them.

Declaration

cs-api-definition
Hold = 1

Field Value

CollectionViewSelectionGesture

Tap

Selection is triggered by a tap gesture. Users select items by tapping on them.

Declaration

cs-api-definition
Tap = 0

Field Value

CollectionViewSelectionGesture

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