'Declaration Public Enum GridControlAdapterNotifyChangeAction Inherits System.Enum
public enum GridControlAdapterNotifyChangeAction : System.Enum
'Declaration Public Enum GridControlAdapterNotifyChangeAction Inherits System.Enum
public enum GridControlAdapterNotifyChangeAction : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.WPF.Grid.GridControlAdapterNotifyChangeAction