Base:
property
CellTemplate
System.Windows.Forms.DataGridViewColumn.CellTemplate
5 references to CellTemplate
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewImageColumn.cs (5)
101
if (this.
CellTemplate
== null)
109
if (this.
CellTemplate
== null)
178
return (DataGridViewImageCell) this.
CellTemplate
;
192
if (this.
CellTemplate
== null)
306
DataGridViewImageCell templateCell = this.
CellTemplate
as DataGridViewImageCell;