Skip to main content
Version: 3.5

DataGridViewCheckBoxCell

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Displays a CheckBox icon (not the actual control) in a DataGridViewCell cell.

public class DataGridViewCheckBoxCell : DataGridViewCell

Constructors

Instance memberDataGridViewCheckBoxCell()

Initializes a new instance of DataGridViewCheckBoxCell.

Properties

Instance memberFalseValue

Object: Gets or sets the value that corresponds to false, which appears as an unchecked box. (Default: null)

Instance memberFormattedValueType

Type: Returns the type of the formatted value associated with the cell.

Instance memberIndeterminateValue

Object: Gets or sets the value that corresponds to indeterminate, which appears as an indeterminate box. (Default: null)

Instance memberThreeState

Boolean: Returns or sets a value indicating if the checkbox cell supports three states. (Default: False)

Instance memberTrueValue

Object: Gets or sets the value that corresponds to true, which appears as checked box. (Default: null)

Instance memberValueType

Type: Returns or sets the data type of the values in the cell.

Methods

Instance memberParseFormattedValue(value, cellStyle, formattedTypeConverter, valueTypeConverter)

Converts a value to the actual cell value.

ParameterTypeDescription
valueObjectThe display value of the cell.
cellStyleDataGridViewCellStyleThe DataGridViewCellStyle in effect for the cell.
formattedTypeConverterTypeConverterA TypeConverter for the display value type, or null to use the default converter.
valueTypeConverterTypeConverterA TypeConverter for the cell value type, or null to use the default converter.

Returns: Object. The cell value.

Throws:

Implements

NameDescription
ICommandSourceDefines an object that can invoke a Command.