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