Base:
property
ReadOnly
System.Windows.Forms.DataGridViewBand.ReadOnly
2 writes to ReadOnly
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
11157
dataGridViewRow.
ReadOnly
= false;
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
1839
this.
ReadOnly
= false;
5 references to ReadOnly
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
584
if (this.owningRow != null && (this.owningRow.DataGridView == null || this.RowIndex >= 0) && this.owningRow.
ReadOnly
)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
11154
if (this.ReadOnly && dataGridViewRow.DataGridView == null && dataGridViewRow.
ReadOnly
)
15331
Debug.Assert(!this.Rows[dataGridViewCell.RowIndex].
ReadOnly
);
winforms\Managed\System\WinForms\DataGridViewRow.cs (2)
1830
if (this.
ReadOnly
&& !readOnly)
1841
else if (!this.
ReadOnly
&& readOnly)