Base:
property
CellTemplate
System.Windows.Forms.DataGridViewColumn.CellTemplate
2 references to CellTemplate
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxColumn.cs (2)
45private DataGridViewCheckBoxCell? CheckBoxCellTemplate => (DataGridViewCheckBoxCell?)CellTemplate; 285if (CellTemplate is not DataGridViewCheckBoxCell templateCell)