Skip to main content

UnboundSource.Move(Int32, Int32) Method

In This Article

Moves the row to another position.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public void Move(
    int from,
    int to
)

#Parameters

Name Type Description
from Int32

The integer specifying the current row index.

to Int32

The integer specifying the new row index.

See Also