[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactoryNotifyChange.CreateAddChange

CreateAddChange Method

CreateAddChange(GridRowColType, int, int, bool)

Creates the add change.

Declaration
public static GridCellFactoryNotifyChange CreateAddChange(GridRowColType type, int newStartingIndex, int count, bool isAnimated)
Parameters
Type Name Description
GridRowColType type

The type of column or row.

int newStartingIndex

New index of the starting.

int count

The count.

bool isAnimated

Whether the change should be animated.

Returns
Type Description
GridCellFactoryNotifyChange