[]
Row that shows the details of the previous row.
public class GridDetailRow<TItem> : GridRow, INotifyPropertyChanging, 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. |
ParentRow | Gets the parent row. |
Name | Description |
---|---|
BindCellContent(View, GridCellType, GridColumn) | Binds the content of the cell. |
CreateCellContent(GridCellType, GridColumn, object) | Creates the content of the cell. |
GetCellContentType(GridCellType, GridColumn) | Gets the type of the cell content. |
GetCellValue(GridCellType, GridColumn) | Gets the value corresponding to the cell in the intersection of the specified column and this row. |
GetMergedRange(GridCellType, GridCellRange) | Gets a GridCellRange that specifies the merged extent of a cell. |