'Declaration Public Shared Function CreateVisibilityChange( _ ByVal startingIndex As Integer, _ ByVal count As Integer, _ ByVal isVisible As Boolean, _ ByVal isAnimated As Boolean _ ) As GridControlAdapterNotifyChange
public static GridControlAdapterNotifyChange CreateVisibilityChange( int startingIndex, int count, bool isVisible, bool isAnimated )
Parameters
- startingIndex
- count
- isVisible
- isAnimated
- Whether the change should be animated.