2 references to PropDataGridViewColumnValueType
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (2)
1053
return (Type) this.Properties.GetObject(
PropDataGridViewColumnValueType
);
1058
this.Properties.SetObject(
PropDataGridViewColumnValueType
, value);