[]
Represents a row with details.
public class RowWithDetails : BoundRow, IBoundRow
| Name | Description |
|---|---|
| RowWithDetails(object) | Initializes a new instance of a RowWithDetails. |
| Name | Description |
|---|---|
| DetailRow | Gets the reference to the child row. |
| HasChildren | Gets a value that indicates whether this group row has child rows. |
| IsAboveData | Gets a value that indicates whether this row should be displayed above child row. |
| IsCollapsed | Gets or sets a value that indicates whether this GroupRow is collapsed (child rows are hidden) or expanded (child rows are visible). |
| Name | Description |
|---|---|
| GetCellRange() | Gets a CellRange object that contains both this and detail row and all columns. |