Class TapAction
Defines the constants that specify the different tap actions available for entering into edit mode in SfDataGrid.
Inheritance
System.Object
    TapAction
  Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public sealed class TapAction : Enum
  Fields
OnDoubleTap
Editing is enabled at double tap.
Declaration
public const TapAction OnDoubleTap
  Field Value
| Type | 
|---|
| TapAction | 
OnTap
Editing is enabled at single tap.
Declaration
public const TapAction OnTap
  Field Value
| Type | 
|---|
| TapAction |