[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridControlAdapterNotifyChangeAction

GridControlAdapterNotifyChangeAction Enum

Describes the action that caused a GridControlAdapterNotifyChange event.

Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.GridControl.dll
Syntax
public enum GridControlAdapterNotifyChangeAction

Fields

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.