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