Skip to main content

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

C#
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