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. |
Field |
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. |
Row |
Returns the handle of the row with which the user interacts. |
See Also