MAUI | ComponentOne
C1.Maui.GridControl Assembly / C1.Maui.Grid Namespace / GridControlAdapterNotifyChange Class / CreateMoveChange Method
Index of the moved item.
New index of the moved item.
The number of items moved.
Whether the change should be animated.
In This Topic
    CreateMoveChange Method (GridControlAdapterNotifyChange)
    In This Topic
    Creates the move change.
    Syntax

    Parameters

    oldStartingIndex
    Index of the moved item.
    newStartingIndex
    New index of the moved item.
    count
    The number of items moved.
    isAnimated
    Whether the change should be animated.
    See Also