Client-Side API Reference > FlexGrid > wijmo.grid.detail > DetailRow Class |
constructor(parentRow: Row): DetailRow
Initializes a new instance of the DetailRow class.
Gets or sets a value that indicates whether the user can move the row or column to a new position with the mouse.
Gets or sets a value that indicates whether cells in the row or column can be merged.
Gets or sets a value that indicates whether the user can resize the row or column with the mouse.
Gets the ICollectionView bound to this row or column.
Gets or sets a CSS class name to use when rendering non-header cells in the row or column.
Gets or sets the item in the data collection that the item is bound to.
Gets or sets the HTML element that represents the detail cell in this DetailRow.
Gets or sets the height of the row. Setting this property to null or negative values causes the element to use the parent collection's default size.
Gets the index of the row or column in the parent collection.
Gets or sets a value that indicates whether cells in this row or column contain HTML content rather than plain text.
Gets or sets a value that indicates whether cells in the row or column can be edited.
Gets or sets a value that indicates whether the row or column is selected.
Gets a value that indicates whether the row or column is visible and not collapsed.
This property is read-only. To change the visibility of a row or column, use the visible property instead.
Gets the render height of the row.
The value returned takes into account the row's visibility, default size, and min and max sizes.
Gets the render size of the row or column. This property accounts for visibility, default size, and min and max sizes.
Gets or sets the size of the row or column. Setting this property to null or negative values causes the element to use the parent collection's default size.
Gets or sets a value that indicates whether the row or column is visible.
onPropertyChanged(): void
Marks the owner list as dirty and refreshes the owner grid.
Row that contains a single detail cell spanning all grid columns.