DataGridView.MoveItem(Int32, Int32, Action) Method
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public void MoveItem(
int fromRowHandle,
int toRowHandle,
Action completion
)
Parameters
Name | Type |
---|---|
fromRowHandle | Int32 |
toRowHandle | Int32 |
completion | Action |
See Also