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; 82Action action = () => _column.CellTemplate = cell; 90_column.CellTemplate = null;
3 references to CellTemplate
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkColumn.cs (1)
22private 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();