DataGridViewCheckBoxCell::ValueType Property
.NET Framework (current version)
Gets the data type of the values in the cell.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
If the ValueType property of the cell has not been set, then the ValueType property for the owning DataGridViewCheckBoxColumn is used, if the column exists.
If no owning column exists, then this property is set to the default type appropriate for its mode: Boolean for binary mode and CheckState for ternary mode.
The Value is the actual data object contained in the cell, whereas the FormattedValue property is the formatted representation of this object. The ValueType and FormattedValueType properties correspond to the data types of these values, respectively.
.NET Framework
Available since 2.0
Available since 2.0
Show: