public static GridCellFactoryNotifyChange CreateMoveChange( GridRowColType type, int oldStartingIndex, int newStartingIndex, int count, bool isAnimated )
Parameters
- type
- The type of column or row.
- 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.