public DataGridViewCustomColumn() { CustomDataGridViewCell templ = new CustomDataGridViewCell(); this.CellTemplate = new CustomDataGridViewCell(); }