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