[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridControlAdapterNotifyChange.CreateRemoveChange

CreateRemoveChange Method

CreateRemoveChange(int, int, bool)

Creates the remove change.

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

Index of the removed item.

int count

The count.

bool isAnimated

Whether the change should be animated.

Returns
Type Description
GridControlAdapterNotifyChange