3 references to PropComboBoxCellDisplayStyle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (3)
312
int displayStyle = this.Properties.GetInteger(
PropComboBoxCellDisplayStyle
, out found);
328
this.Properties.SetInteger(
PropComboBoxCellDisplayStyle
, (int)value);
351
this.Properties.SetInteger(
PropComboBoxCellDisplayStyle
, (int)value);