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