Base:
property
CellTemplate
System.Windows.Forms.DataGridViewColumn.CellTemplate
2 writes to CellTemplate
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewButtonColumnTests.cs (2)
160Action 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)
26private DataGridViewButtonCell? ButtonCellTemplate => (DataGridViewButtonCell?)CellTemplate;
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewButtonColumnTests.cs (1)
169_column.CellTemplate.Should().Be(cell);