Base:
property
ValueType
System.Windows.Forms.DataGridViewCell.ValueType
3 references to ValueType
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (3)
1148if (value == null || ((this.ValueType != null && !this.ValueType.IsAssignableFrom(value.GetType())) && value != System.DBNull.Value)) 2697return ParseFormattedValueInternal(this.ValueType, formattedValue, cellStyle,