[]
Represents a row that serves as a header for a group of rows.
public class GroupRow : Row
Group rows are automatically shown by the C1FlexGrid when the ICollectionView used as a data source contains grouped data and the grid's GroupRowPosition property is not None.
| Name | Description |
|---|---|
| GroupRow() | Initializes a new instance of a GroupRow. |
| Name | Description |
|---|---|
| Group | Gets or sets the CollectionViewGroup object associated with this GroupRow. |
| HasChildren | Gets a value that indicates whether this group row has child rows. |
| IsAboveData | Gets a value that indicates whether this group row should be displayed above child rows. |
| IsCollapsed | Gets or sets a value that indicates whether this GroupRow is collapsed (child rows are hidden) or expanded (child rows are visible). |
| Level | Gets or sets a value that represents the level of the group associated with this GroupRow. |
| Name | Description |
|---|---|
| GetCellRange() | Gets a CellRange object that contains all the rows in the group represented by this GroupRow and all columns. |
| GetDataItems() | Gets a collection of data items in the group represented by this GroupRow. |
| GetUnboundValue(Column) | Gets the unbound value stored in this row at a given column. |