Class GridPointerEventArgs
Provides data for handling the pointer touch operations for selection.
Inheritance
System.Object
GridPointerEventArgs
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.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. |