[]
Creates the move change.
public static GridControlAdapterNotifyChange CreateMoveChange(int oldStartingIndex, int newStartingIndex, int count, bool isAnimated)
| 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. |
| Type | Description |
|---|---|
| GridControlAdapterNotifyChange |