[]
Row that shows the details of the previous row.
public class GridDetailRow<TItem> : GridRow, IComponent, IHandleAfterRender, INotifyPropertyChanging, IHandleEvent, INotifyPropertyChanged where TItem : class
| Name | Description |
|---|---|
| TItem |
| Name | Description |
|---|---|
| GridDetailRow(FlexGridDetailProvider<TItem>, GridRow) | Initializes a new instance of the GridDetailRow<TItem> class. |
| Name | Description |
|---|---|
| DataItem | Gets the data item. |
| DataSource | Gets or sets the data source. |
| IsLoaded | Gets whether the details are loaded. |
| ParentRow | Gets the parent row. |
| Name | Description |
|---|---|
| GetCellContentRenderFragment(GridCellType, GridColumn) | This method is called to provide the content of a cell belonging to this row. |
| GetCellValue(GridCellType, GridColumn) | Gets the value corresponding to the cell in the intersection of the specified column and this row. |
| GetMergedRange(GridCellType, GridCellRange, GridColumn) | Gets a GridCellRange that specifies the merged extent of a cell. |