2 references to PropComboBoxCellMaxDropDownItems
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
559
int maxDropDownItems = this.Properties.GetInteger(
PropComboBoxCellMaxDropDownItems
, out found);
573
this.Properties.SetInteger(
PropComboBoxCellMaxDropDownItems
, (int)value);