Skip to main content
All docs
V19.1

RowTapEventArgs Class

Provides data for the grid’s RowTap, RowDoubleTap and RowLongPress events.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

Declaration

public class RowTapEventArgs :
    RowEventArgs

Remarks

The RowTapEventArgs objects are automatically created, initialized and passed to the corresponding event handlers.

Inheritance

See Also