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