1 write to column8
WinFormsControlsTest (1)
DataGridViewTest.Designer.cs (1)
44this.column8 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
4 references to column8
WinFormsControlsTest (4)
DataGridViewTest.Designer.cs (4)
73this.column8, }); 131this.column8.HeaderText = "Column8"; 132this.column8.Name = "column8"; 133this.column8.ThreeState = true;