1 write to boundColumnIndex
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (1)
194this.boundColumnIndex = value;
3 references to boundColumnIndex
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (3)
190return this.boundColumnIndex; 898this.boundColumnIndex != -1 && 899this.DataGridView.DataConnection.DataFieldIsReadOnly(this.boundColumnIndex) &&