34 references to ComboBoxCellTemplate
System.Windows.Forms (34)
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (34)
43
if (this.
ComboBoxCellTemplate
== null)
47
return this.
ComboBoxCellTemplate
.AutoComplete;
53
this.
ComboBoxCellTemplate
.AutoComplete = value;
118
if (this.
ComboBoxCellTemplate
== null)
122
return this.
ComboBoxCellTemplate
.DataSource;
126
if (this.
ComboBoxCellTemplate
== null)
130
this.
ComboBoxCellTemplate
.DataSource = value;
161
if (this.
ComboBoxCellTemplate
== null)
165
return this.
ComboBoxCellTemplate
.DisplayMember;
169
if (this.
ComboBoxCellTemplate
== null)
173
this.
ComboBoxCellTemplate
.DisplayMember = value;
202
if (this.
ComboBoxCellTemplate
== null)
206
return this.
ComboBoxCellTemplate
.DisplayStyle;
210
if (this.
ComboBoxCellTemplate
== null)
214
this.
ComboBoxCellTemplate
.DisplayStyle = value;
244
if (this.
ComboBoxCellTemplate
== null)
248
return this.
ComboBoxCellTemplate
.DisplayStyleForCurrentCellOnly;
252
if (this.
ComboBoxCellTemplate
== null)
256
this.
ComboBoxCellTemplate
.DisplayStyleForCurrentCellOnly = value;
286
if (this.
ComboBoxCellTemplate
== null)
290
return this.
ComboBoxCellTemplate
.DropDownWidth;
296
this.
ComboBoxCellTemplate
.DropDownWidth = value;
366
if (this.
ComboBoxCellTemplate
== null)
370
return this.
ComboBoxCellTemplate
.GetItems(this.DataGridView);
386
if (this.
ComboBoxCellTemplate
== null)
390
return this.
ComboBoxCellTemplate
.ValueMember;
394
if (this.
ComboBoxCellTemplate
== null)
398
this.
ComboBoxCellTemplate
.ValueMember = value;
427
if (this.
ComboBoxCellTemplate
== null)
431
return this.
ComboBoxCellTemplate
.MaxDropDownItems;
437
this.
ComboBoxCellTemplate
.MaxDropDownItems = value;
466
if (this.
ComboBoxCellTemplate
== null)
470
return this.
ComboBoxCellTemplate
.Sorted;
476
this.
ComboBoxCellTemplate
.Sorted = value;