UnboundSource.Move(Int32, Int32) Method
Moves the row to another position.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v25.2.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| from | Int32 | The integer specifying the current row index. |
| to | Int32 | The integer specifying the new row index. |
See Also