Skip to main content
A newer version of this page is available. .

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.

Inheritance

Object
EventArgs
DataGridGestureEventArgs
See Also