DataGridGestureEventArgs Properties
Provides data for the grid’s Tap, TapConfirmed, DoubleTap and LongPress events.| Name | Description |
|---|---|
| Element | Gets the value that specifies the grid element with which a user interacts. |
| FieldName | Gets the field name of the column. |
| Item | Gets an object that specifies a data source’s item to which the grid’s data row corresponds. |
| RowHandle | Gets the grid’s row handle. Inherited from RowEventArgs. |
See Also