DataGridViewRow
Wisej.Web.DataGridViewRow
Last updated
Was this helpful?
Wisej.Web.DataGridViewRow
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents a row in a control.
Initializes a new instance of the class.
Initializes a new instance of the class bound to a . This constructor is used to create the RowTemplate object at design time.
dataGridView
Setting this property to true when the row doesn't have any children, will cause the row to expand anyway and request the child rows from the server.
Throws:
Throws:
Throws:
Throws:
Throws:
The preceding rows with null parent will also become child rows using the same parent.
If the parent being assigned is not a direct ancestor, it will throw an exception.
When setting the parent to null, all the following rows that are not descendants will also lose their parent.
When adding or inserting a row, the new row will receive the same parent as the row at the location it is being inserted at. Throws:
Creates a copy of this row.
Collapse the row and hides all the child rows.
Collapse the row and all the child rows.
Checks whether the specified row is a child of this row, or a child of a child of this row.
row
The row to find in the child row collections.
Expands the row and shows all the child rows.
Expands the row and all the child rows, showing all the child rows at all levels.
Resets the row height.
Sets the values of the row's cells.
values
Throws:
Updates the cell on the client.
: Returns the number of cells in the cell collection without forcing the creation of the collection.
: Returns the collection of cells that populate the row.
: Returns the collection of child rows.
: Returns or sets the context menu for the row.
: Returns the data-bound object that populated the row.
: Returns or sets the default styles for the row, which are used to render cells in the row unless the styles are overridden.
: Returns a value indicating whether this row is displayed on the screen.
: Returns or sets the error message text for row-level errors.
: Returns or sets whether a row will move when a user scrolls the control vertically.
: Returns or sets the row's header cell.
: Returns or sets the current height of the row.
: Returns whether the row is a child row.
: Returns or sets whether the parent row is expanded.
: Returns a value indicating whether the row is the row for new records.
: Returns or sets whether the row is a parent row and can be expanded.
: Returns true when the implementation class is DataGridViewRow.
: Returns or sets the cell at the provided index location.
The specified cell when setting this property already belongs to a control, or the specified cell when setting this property already belongs to a
The specified column does not belong to the same that owns the cells.
The index of the specified column is less than 0 or is equal to or greater than the number of cells in the collection.
: Returns or sets the cell at the provided index location.
The specified value when setting this property is null.
The specified cell when setting this property already belongs to a control, or the specified cell when setting this property already belongs to a .
index is less than 0 or index is equal to or greater than the number of cells in the collection.
: Returns or sets the cell in the column with the provided name.
columnName does not match the name of any columns in the control.
The specified value when setting this property is null.
The specified cell when setting this property already belongs to a control, or the specified cell when setting this property already belongs to a .
: Returns the child nesting level of this row.
: Returns or sets the maximum height of the row.
The specified value when setting this property is less than 0 or greater than 32000.
: Returns or sets the minimum height of the row.
The specified value when setting this property is less than 2 or greater than 32000.
: Returns or sets the parent row.
When a row has a parent row, it is displayed as child row in a tree-like structure. To enumerate all the child rows use the property. When changing the parent row, Wisej tries to enforce the correct sequence of rows in the structure like this:
When the parent is not a valid ancestor and it would cause break in the tree sequence.
: Returns or sets whether the row is read-only.
: Returns or sets whether users can resize the row or indicating that the behavior is inherited from the property.
: Returns the parent top-level parent row.
: Returns or sets whether the row is selected.
: Returns or sets whether the row is visible.
Returns: . The cloned .
Returns: . True if the specified row is a child of this row, or a child of a child of this row.
One or more objects that represent the cell values in the row. or An of values.
Returns: . True if at least one of the values has been set; otherwise, false.
values is null.
This method is called when the associated is operating in virtual mode.