Skip to main content
All docs
V19.1

DataGridView.RowLongPress Event

Occurs after a user taps and holds a data row.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

Declaration

public event RowTapEventHandler RowLongPress

Event Data

The RowLongPress event's data class is RowTapEventArgs. The following properties provide information specific to this event:

Property Description
DataObject
FieldName
RowHandle Gets the grid’s row handle. Inherited from RowEventArgs.

Remarks

The RowLongPress event occurs after a user taps and holds any data row in the grid. The event parameter’s RowHandle property allows you to obtain the processed row.

See Also