Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.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

    Parameters

    startingIndex
    count
    isVisible
    isAnimated
    Whether the change should be animated.
    See Also