Client-Side API Reference > FlexGrid > wijmo.grid > RowCol 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 or sets a CSS class name to use when rendering non-header cells in the row or column.
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 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 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 cells in the row or column wrap their content.
onPropertyChanged(): void
Marks the owner list as dirty and refreshes the owner grid.
An abstract class that serves as a base for the Row and Column classes.