FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlAdapterNotifyChange Class / CreateVisibilityChange Method
Whether the change should be animated.

In This Topic
    CreateVisibilityChange Method
    In This Topic
    Creates a visibility change.
    Syntax
    '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.
    See Also