DataGridGestureEventArgs Class
Provides data for the grid’s Tap, TapConfirmed, DoubleTap and LongPress events.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public class DataGridGestureEventArgs :
RowEventArgs
Remarks
The DataGridGestureEventArgs objects are automatically created, initialized and passed to the corresponding event handlers.
Inheritance
Object
EventArgs
RowEventArgs
DataGridGestureEventArgs
See Also