Client-Side API Reference > FlexGrid > wijmo.grid > GroupRow Class |
constructor(): GroupRow
Initializes a new instance of the GroupRow 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 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 the GroupRow is collapsed (child rows are hidden) or expanded (child rows are visible).
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.
getCellRange(): CellRange
Gets a CellRange object that contains all of the rows in the group represented by this GroupRow and all of the columns in the grid.
onPropertyChanged(): void
Marks the owner list as dirty and refreshes the owner grid.
Represents a row that serves as a header for a group of rows.