Class SelectionGesture
Specifies the gesture used to select items in a list view.
Inheritance
System.Object
SelectionGesture
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public sealed class SelectionGesture : Enum
Fields
Hold
Items are selected with a hold gesture.
Declaration
public const SelectionGesture Hold
Field Value
SelectionGesture
|
Tap
Items are selected with a tap gesture.
Declaration
public const SelectionGesture Tap
Field Value
SelectionGesture
|
value__
Declaration
public int value__
Field Value
System.Int32
|