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