DataGridViewCell
Wisej.Web.DataGridViewCell
Last updated
Was this helpful?
Wisej.Web.DataGridViewCell
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents an individual cell in a control.
: Returns the column index for this cell.
: Returns or sets the shortcut menu associated with the cell.
Throws:
Throws:
Throws:
Throws:
Throws:
Creates a copy of this cell.
Returns the current, formatted value of the cell, regardless the cell being in edit mode.
Throws:
Returns a value indicating the current state of the cell as inherited from the state of its row and column.
rowIndex
The index of the row containing the cell.
Throws:
Returns the style applied to the cell.
includeVisualProperties
true to include inherited visual properties; otherwise, false to include only formatting properties.
Throws:
Converts a value to the actual cell value.
value
The display value of the cell.
cellStyle
formattedTypeConverter
valueTypeConverter
Throws:
Updates the cell on the client.
Contains functionality common to row header cells and column header cells.
: Returns or sets a child control to display inside the cell.
: Returns the control associated with this .
: Returns the default value for a cell in the row for new records.
: Returns a value that indicates whether the cell is currently displayed.
: Returns whether the cell can be edited.
: Returns the current, formatted value of the cell, regardless of whether the cell is in edit mode and the value has not been committed.
The row containing the cell is a shared row; or the cell is a column header cell.
is less than 0, indicating that the cell is a row header cell.
Formatting failed and either there is no handler for the event of the control or the handler set the property to true. The exception object can typically be cast to type .
: Returns or sets the text describing an error condition associated with the cell.
: Returns the value of the cell as formatted for display.
is less than 0, indicating that the cell is a row header cell.
The row containing the cell is a shared row; or the cell is a column header cell.
Formatting failed and either there is no handler for the event of the control or the handler set the property to true. The exception object can typically be cast to type .
: Returns the type of the formatted value associated with the cell.
: Returns a value indicating whether the cell is frozen.
: Returns true it the property has been set.
: Checks if the dynamic object was created and has any value.
: Returns the height of the cell.
: Returns the current state of the cell as inherited from the state of its row and column.
The cell is not contained within a control and the value of its property is not -1.
The cell is contained within a control and the value of its property is -1.
: Returns the style currently applied to the cell.
The cell does not belong to a control; or is less than 0, indicating that the cell is a row header cell.
The row containing the cell is a shared row; or the cell is a column header cell.
: Returns whether this is the current cell in the .
: Returns a value indicating whether this cell is currently being edited.
: Returns the column that contains this cell.
: Returns the row that contains this cell.
: Returns or sets whether the cell's data can be edited.
: Returns a value indicating whether the cell can be resized.
: Returns the index of the cell's parent row.
: Returns or sets whether the cell has been selected.
: Returns the size of the cell.
: Returns or sets the style for the cell.
: Returns or sets the object that contains supplemental data about the cell.
: Returns or sets the ToolTip text associated with this cell.
: Returns a dynamic object that can be used to store custom data in relation to this cell.
: Enables or disables the user paint feature for this cell. When UserPaint is true, the application can handle the event to draw custom content in the cell.
: Returns or sets the value associated with this cell.
is outside the valid range of 0 to the number of rows in the control minus 1.
is less than 0, indicating that the cell is a row header cell.
: Returns or sets the data type of the values in the cell.
: Returns a value indicating whether the cell is in a row or column that has been hidden.
: Returns the width of the cell.
Returns: . The cloned .
Returns: . The current, formatted value of the .
Formatting failed and either there is no handler for the event of the control or the handler set the property to true. The exception object can typically be cast to type .
Returns: . A combination of values representing the current state of the cell.
The cell is not contained within a control and rowIndex is not -1 or rowIndex is not the index of the row containing this cell.
The cell is contained within a control and rowIndex is outside the valid range of 0 to the number of rows in the control minus 1.
Returns: . A that includes the style settings of the cell inherited from the cell's parent row, column, and .
The cell has no associated .
The in effect for the cell.
A for the display value type, or null to use the default converter.
A for the cell value type, or null to use the default converter.
Returns: . The cell value.
cellStyle is null.
The property value is null or the property value is null or value cannot be converted.
value is null or the type of value does not match the type indicated by the property.
Resets the state to inherit its value from the , and the .
Displays a button widget in a cell.
Displays a icon (not the actual control) in a cell.
Displays an editable control in a cell when in edit mode.
Displays an editable control in a cell when in edit mode.
Displays an image in a cell.
Displays a link widget in a cell.
Displays an editable control in a cell when in edit mode.
Displays an editable control in a cell when in edit mode.
Displays an editable control in a cell when in edit mode.
Represents a column header in a control.
Represents a row header of a control.