[]
Contains information about changes that occurred in the grid and are notified to the adapter.
public class GridControlAdapterNotifyChange
Name | Description |
---|---|
Action | Gets the action that caused the event. |
IsAnimated | Gets whether this change should be animated. |
IsVisible | Gets a value indicating how the visibility change was toggled. |
NewItemsCount | Gets the number of new items. |
NewStartingIndex | Gets the index at which the change occurred. |
OldItemsCount | Gets the number of old items. |
OldStartingIndex | Gets the index at which a Move, Remove, or Replace action occurred. |
Name | Description |
---|---|
CreateAddChange(int, int, bool) | Creates the add change. |
CreateDimensionChange(int, int) | Creates a change in the dimensions of a column or row. |
CreateMoveChange(int, int, int, bool) | Creates the move change. |
CreateRemoveChange(int, int, bool) | Creates the remove change. |
CreateReplaceChange(int, int, int) | Creates the replace change. |
CreateResetChange() | Creates the reset change. |
CreateVisibilityChange(int, int, bool, bool) | Creates a visibility change. |