[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridControlAdapterNotifyChange.CreateMoveChange

CreateMoveChange Method

CreateMoveChange(int, int, int, bool)

Creates the move change.

Declaration
public static GridControlAdapterNotifyChange CreateMoveChange(int oldStartingIndex, int newStartingIndex, int count, bool isAnimated)
Public Shared Function CreateMoveChange(oldStartingIndex As Integer, newStartingIndex As Integer, count As Integer, isAnimated As Boolean) As GridControlAdapterNotifyChange
Parameters
Type Name Description
int oldStartingIndex

Index of the moved item.

int newStartingIndex

New index of the moved item.

int count

The number of items moved.

bool isAnimated

Whether the change should be animated.

Returns
Type Description
GridControlAdapterNotifyChange