DataGridGestureEventArgs(Int32, String, Object, DataGridElement) Constructor
Initializes a new instance of the DataGridGestureEventArgs class with specified settings.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public DataGridGestureEventArgs(
int rowHandle,
string fieldName,
object item,
DataGridElement element
)
Parameters
Name | Type |
---|---|
rowHandle | Int32 |
fieldName | String |
item | Object |
element | DataGridElement |
See Also