[]
Represents the group of rows for the grouping display (also called Outlook-style grouping).
public class Group
Public Class Group
| Name | Description |
|---|---|
| Group(GroupDataModel, Group, int, bool) | Creates a new group of rows with the specified display settings. |
| Group(GroupDataModel, Group, string, int, bool) | Creates a new group of rows with the specified diplay settings and the specified text. |
| Name | Description |
|---|---|
| Ascending | Gets whether the rows in the group are displayed in ascending order. |
| Column | Gets the index of the column by which to perform the grouping. |
| Expanded | Gets or sets whether the rows in the group are expanded. |
| Parent | Gets the parent of the group. |
| Rows | Gets the array of rows in the group. |
| Text | Gets or sets the text string for the group. |