Base:
property
ValueType
System.Windows.Forms.DataGridViewCell.ValueType
3 references to ValueType
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (3)
913if (value is null || ((ValueType is not null && !ValueType.IsAssignableFrom(value.GetType())) && value != DBNull.Value)) 2420ValueType,