[]
Creates the remove change.
public static GridControlAdapterNotifyChange CreateRemoveChange(int oldStartingIndex, int count, bool isAnimated)
Type | Name | Description |
---|---|---|
int | oldStartingIndex | Index of the removed item. |
int | count | The count. |
bool | isAnimated | Whether the change should be animated. |
Type | Description |
---|---|
GridControlAdapterNotifyChange |