[]
Describes the action that caused a GridControlAdapterNotifyChange event.
public enum GridControlAdapterNotifyChangeAction
| Name | Description |
|---|---|
| Add | An item was added to the collection. |
| Dimension | The dimension of one of the items changed. |
| Move | An item was moved within the collection. |
| Remove | An item was removed from the collection. |
| Replace | An item was replaced in the collection. |
| Reset | The content of the collection was cleared. |
| Visibility | The visibility of one or more items changed. |