DataGridViewCheckBoxCell
Wisej.Web.DataGridViewCheckBoxCell
Last updated
Was this helpful?
Wisej.Web.DataGridViewCheckBoxCell
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Displays a icon (not the actual control) in a cell.
Initializes a new instance of .
: Gets or sets the value that corresponds to false, which appears as an unchecked box. (Default: null
)
Returns the data value of the cell. This is the value that is returned to the client in the data response stream.
The cell style in effect for the current cell, used to format the cell's value for the client rendering.
includeVisualProperties
true to include inherited visual properties; otherwise, false to include only formatting properties.
Returns the value of the cell formatted for the client.
value
The value to be formatted.
valueTypeConverter
formattedTypeConverter
Throws:
Raised when the user clicks on a cell. The DataGridCheckBoxCell class processes this event to determine the location of click and toggles the checkbox accordingly.
e
Raised when the user presses a key on the keyboard while the focus is on the table and not in edit mode.
e
Converts a value to the actual cell value.
value
The display value of the cell.
cellStyle
formattedTypeConverter
valueTypeConverter
Throws:
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
: Returns the type of the formatted value associated with the cell.
: Gets or sets the value that corresponds to indeterminate, which appears as an indeterminate box. (Default: null
)
: Returns or sets a value indicating if the checkbox cell supports three states. (Default: False
)
: Gets or sets the value that corresponds to true, which appears as checked box. (Default: null
)
: Returns or sets the data type of the values in the cell.
cellStyle
Returns: .
cellStyle
The in for the cell.
A providing custom conversion from the formatted type to the value type, or null if no custom conversion is required.
A providing custom conversion from the value type to the formatted type, or null if no custom conversion is required.
Returns: . The value of the cell or null if the cell does not belong to a control.
Formatting failed and there is no handler for the event of the or the handler set the property to true.
A that contains the event data.
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.
Defines an object that can invoke a .