Class PointerOperation
Describes the possible values of pointer operation. These values are used when updating selection in a SfDataGrid control.
Inheritance
System.Object
PointerOperation
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public sealed class PointerOperation : Enum
Fields
DoubleTapped
Specifies the double tapped action.
Declaration
public const PointerOperation DoubleTapped
Field Value
Type |
---|
PointerOperation |
TouchUp
Specifies the touch up action.
Declaration
public const PointerOperation TouchUp
Field Value
Type |
---|
PointerOperation |