[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactoryNotifyChange.CreateVisibilityChange

CreateVisibilityChange Method

CreateVisibilityChange(GridRowColType, int, int, bool, bool)

Creates a visibility change.

Declaration
public static GridCellFactoryNotifyChange CreateVisibilityChange(GridRowColType type, int startingIndex, int count, bool isVisible, bool isAnimated)
Parameters
Type Name Description
GridRowColType type

The type of column or row.

int startingIndex
int count
bool isVisible
bool isAnimated

Whether the change should be animated.

Returns
Type Description
GridCellFactoryNotifyChange