Base:
property
CellTemplate
System.Windows.Forms.DataGridViewColumn.CellTemplate
2 references to CellTemplate
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageColumn.cs (2)
131
private DataGridViewImageCell? ImageCellTemplate => (DataGridViewImageCell?)
CellTemplate
;
259
if (
CellTemplate
is not DataGridViewImageCell templateCell)