Back to Devexpress

UnboundSource.Move(Int32, Int32) Method

corelibraries-devexpress-dot-data-dot-unboundsource-dot-move-x28-system-dot-int32-system-dot-int32-x29.md

latest1.1 KB
Original Source

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

csharp
public void Move(
    int from,
    int to
)
vb
Public Sub Move(
    from As Integer,
    to As Integer
)

Parameters

NameTypeDescription
fromInt32

The integer specifying the current row index.

| | to | Int32 |

The integer specifying the new row index.

|

See Also

UnboundSource Class

UnboundSource Members

DevExpress.Data Namespace