Enum GroupGridRowKind
Specifies the kind of logical row represented by a visible group grid row.
public enum GroupGridRowKind
- Extension Methods
Fields
DataRow = 1A data row.
Group = 2A group header row.
GroupSummary = 3A group summary row.
None = 0No row.
TotalSummary = 4The total summary row in the grid footer.