Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridControlAdapterNotifyChangeAction Enumeration

In This Topic
    GridControlAdapterNotifyChangeAction Enumeration
    In This Topic
    Describes the action that caused a GridControlAdapterNotifyChange event.
    Syntax
    'Declaration
     
    
    Public Enum GridControlAdapterNotifyChangeAction 
       Inherits System.Enum
    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.Blazor.Grid.GridControlAdapterNotifyChangeAction

    See Also