DataGridViewCheckBoxCell
Wisej.Web.DataGridViewCheckBoxCell
Last updated
Wisej.Web.DataGridViewCheckBoxCell
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Displays a CheckBox icon (not the actual control) in a DataGridViewCell cell.
Object: Gets or sets the value that corresponds to false, which appears as an unchecked box. (Default: null
)
Type: Returns the type of the formatted value associated with the cell.
Object: Gets or sets the value that corresponds to indeterminate, which appears as an indeterminate box. (Default: null
)
Boolean: Returns or sets a value indicating if the checkbox cell supports three states. (Default: False
)
Object: Gets or sets the value that corresponds to true, which appears as checked box. (Default: null
)
Type: Returns or sets the data type of the values in the cell.
Converts a value to the actual cell value.
Returns: Object. The cell value.
Throws:
ArgumentNullException cellStyle is null.
FormatException The FormattedValueType property value is null or the ValueType property value is null or value cannot be converted.
ArgumentException value is null or the type of value does not match the type indicated by the FormattedValueType property.
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
value
The display value of the cell.
cellStyle
The DataGridViewCellStyle in effect for the cell.
formattedTypeConverter
A TypeConverter for the display value type, or null to use the default converter.
valueTypeConverter
A TypeConverter for the cell value type, or null to use the default converter.
Defines an object that can invoke a Command.