Skip to main content

UnboundDataSource.Move(Int32, Int32) Method

Moves an item to the specified position.

Namespace: DevExpress.Xpf.Core.DataSources

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public void Move(
    int from,
    int to
)

Parameters

Name Type Description
from Int32

An integer value that is the index of the item to be moved.

to Int32

An integer value that is the new position of the item.

See Also