UnboundDataSource.Move(Int32, Int32) Method
Moves an item to the specified position.
Namespace: DevExpress.Xpf.Core.DataSources
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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