[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactoryNotifyChange.CreateRemoveChange

CreateRemoveChange Method

CreateRemoveChange(GridRowColType, int, int, bool)

Creates the remove change.

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

The type of column or row.

int oldStartingIndex

Index of the removed item.

int count

The count.

bool isAnimated

Whether the change should be animated.

Returns
Type Description
GridCellFactoryNotifyChange