Base:
property
CellTemplate
System.Windows.Forms.DataGridViewColumn.CellTemplate
2 writes to CellTemplate
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewButtonColumnTests.cs (2)
160
Action action = () => _column.
CellTemplate
= new DataGridViewTextBoxCell();
168
_column.
CellTemplate
= cell;
2 references to CellTemplate
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonColumn.cs (1)
26
private DataGridViewButtonCell? ButtonCellTemplate => (DataGridViewButtonCell?)
CellTemplate
;
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewButtonColumnTests.cs (1)
169
_column.
CellTemplate
.Should().Be(cell);