'Declaration Public Shared Function CreateAddChange( _ ByVal newStartingIndex As Integer, _ ByVal count As Integer, _ ByVal isAnimated As Boolean _ ) As GridControlAdapterNotifyChange
public static GridControlAdapterNotifyChange CreateAddChange( int newStartingIndex, int count, bool isAnimated )
Parameters
- newStartingIndex
- New index of the starting.
- count
- The count.
- isAnimated
- Whether the change should be animated.