C1.Maui.GridControl Assembly / C1.Maui.Grid Namespace / GridControlAdapterNotifyChangeAction Enumeration
GridControlAdapterNotifyChangeAction Enumeration
Describes the action that caused a GridControlAdapterNotifyChange event.
Syntax
public enum GridControlAdapterNotifyChangeAction : System.Enum 
Members
MemberDescription
AddAn item was added to the collection.
DimensionThe dimension of one of the items changed.
MoveAn item was moved within the collection.
RemoveAn item was removed from the collection.
ReplaceAn item was replaced in the collection.
ResetThe content of the collection was cleared.
VisibilityThe visibility of one or more items changed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Maui.Grid.GridControlAdapterNotifyChangeAction

See Also