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