[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridControlAdapterNotifyChange.CreateAddChange

CreateAddChange Method

CreateAddChange(int, int, bool)

Creates the add change.

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

New index of the starting.

int count

The count.

bool isAnimated

Whether the change should be animated.

Returns
Type Description
GridControlAdapterNotifyChange