Table of Contents

Enum GroupGridRowKind

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

Specifies the kind of logical row represented by a visible group grid row.

public enum GroupGridRowKind
Extension Methods

Fields

DataRow = 1

A data row.

Group = 2

A group header row.

GroupSummary = 3

A group summary row.

None = 0

No row.

TotalSummary = 4

The total summary row in the grid footer.