DataGridViewCheckBoxCell

Wisej.Web.DataGridViewCheckBoxCell

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

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

public class DataGridViewCheckBoxCell : DataGridViewCell

Constructors

Properties

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

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.

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

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

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

Methods

Converts a value to the actual cell value.

ParameterTypeDescription

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.

Returns: Object. The cell value.

Throws:

Last updated