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