Base:
property
CellTemplate
System.Windows.Forms.DataGridViewColumn.CellTemplate
2 references to CellTemplate
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (2)
71
return (DataGridViewCheckBoxCell) this.
CellTemplate
;
315
DataGridViewCheckBoxCell templateCell = this.
CellTemplate
as DataGridViewCheckBoxCell;