[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridControlAdapterNotifyChange.CreateReplaceChange

CreateReplaceChange Method

CreateReplaceChange(int, int, int)

Creates the replace change.

Declaration
public static GridControlAdapterNotifyChange CreateReplaceChange(int startingIndex, int oldItemsCount, int newItemsCount)
Parameters
Type Name Description
int startingIndex

The index of the replaced items.

int oldItemsCount

The number of replaced items.

int newItemsCount

The number of items that replace the original ones.

Returns
Type Description
GridControlAdapterNotifyChange