Base:
property
CellTemplate
System.Windows.Forms.DataGridViewColumn.CellTemplate
7 references to CellTemplate
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
1879
Debug.Assert(this.TemplateComboBoxColumn.
CellTemplate
== this);
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (6)
102
return (DataGridViewComboBoxCell) this.
CellTemplate
;
325
if (this.
CellTemplate
== null)
329
return ((DataGridViewComboBoxCell) this.
CellTemplate
).FlatStyle;
335
((DataGridViewComboBoxCell)this.
CellTemplate
).FlatStyle = value;
514
((DataGridViewComboBoxCell) dataGridViewColumn.
CellTemplate
).TemplateComboBoxColumn = dataGridViewColumn;
527
object[] items = ((DataGridViewComboBoxCell)this.
CellTemplate
).Items.InnerArray.ToArray();