Base:
property
CellTemplate
System.Windows.Forms.DataGridViewColumn.CellTemplate
3 writes to CellTemplate
System.Windows.Forms.Tests (3)
System\Windows\Forms\DataGridViewLinkColumnTests.cs (3)
36
_column.
CellTemplate
= null;
82
Action action = () => _column.
CellTemplate
= cell;
90
_column.
CellTemplate
= null;
3 references to CellTemplate
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkColumn.cs (1)
22
private DataGridViewLinkCell? LinkCellTemplate => (DataGridViewLinkCell?)
CellTemplate
;
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewLinkColumnTests.cs (2)
37
_column.
CellTemplate
.Should().BeNull();
91
_column.
CellTemplate
.Should().BeNull();