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

UnboundDataSource.Move(Int32, Int32) Method

Moves an item to the specified position.

Namespace: DevExpress.Xpf.Core.DataSources

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

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