DataGridViewImageCell::ValueType Property
.NET Framework (current version)
Gets or sets the data type of the values in the cell.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
When retrieving this property, if the ValueType for the cell has not been set, then the DataGridViewColumn::ValueType for the owning column is used, if it exists. If no owning column exists, the default value type is used, which is the Image type if the ValueIsIcon property is set to false and the Icon type otherwise.
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: