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:
C#
public enum CollectionViewSelectionGesture
Fields
Selection is triggered by a hold gesture. Users select items by performing a long press on them.
C#
Hold = 1
Selection is triggered by a tap gesture. Users select items by tapping on them.
C#
Tap = 0