Skip to main content

DXCollectionView.MoveItem(Int32, Int32, Action, Boolean) Method

Namespace: DevExpress.XamarinForms.CollectionView

Assembly: DevExpress.XamarinForms.CollectionView.dll

NuGet Package: DevExpress.XamarinForms.CollectionView

Declaration

public void MoveItem(
    int fromItemHandle,
    int toItemHandle,
    Action completion,
    bool animate = true
)

Parameters

Name Type
fromItemHandle Int32
toItemHandle Int32
completion Action

Optional Parameters

Name Type Default
animate Boolean True
See Also