Class GridPointerEventArgs
Provides data for handling the pointer touch operations for selection.
Inheritance
System.Object
GridPointerEventArgs
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public class GridPointerEventArgs : Object
Properties
Operation
Gets the PointerOperation related to the event.
Declaration
public PointerOperation Operation { get; }
Property Value
Type | Description |
---|---|
PointerOperation | An object that represents the PointerOperation related to the event. |
OriginalEventArgs
Gets the pointer arguments related to the event.
Declaration
public UIEvent OriginalEventArgs { get; }
Property Value
Type | Description |
---|---|
UIKit.UIEvent | An object that represents the pointer arguments related to the event. |