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