Table of Contents

Enum GroupGridDataChangeKind

Namespace
Avalonia.Controls
Assembly
Tripous.Avalonia.Controls.dll

Specifies the kind of data change reported by a group grid data adapter.

public enum GroupGridDataChangeKind
Extension Methods

Fields

CellChanged = 5

A single cell value has changed.

Reset = 0

The full data projection should be rebuilt.

RowAdded = 1

A row has been added.

RowChanged = 4

A full row has changed.

RowMoved = 3

A row has moved.

RowRemoved = 2

A row has been removed.