Base:
property
CellTemplate
System.Windows.Forms.DataGridViewColumn.CellTemplate
2 references to CellTemplate
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
1633
Debug.Assert(TemplateComboBoxColumn.
CellTemplate
== this);
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxColumn.cs (1)
83
private DataGridViewComboBoxCell? ComboBoxCellTemplate => (DataGridViewComboBoxCell?)
CellTemplate
;