Skip to main content
A newer version of this page is available. .

UnboundSource.Move(Int32, Int32) Method

Moves the row to another position.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

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