DataGridTableStyle::ReadOnly Property
.NET Framework (current version)
Gets or sets a value indicating whether columns can be edited.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
You can also specify whether individual columns within the table are editable by setting the DataGridColumnStyle class's DataGridColumnStyle::ReadOnly property to an appropriate value, true or false.
Alternatively, to ensure that the data is not edited, you can set the DataColumn class's ReadOnly property to true.
The following code example returns the ReadOnly property for each DataGridTableStyle in a GridTableStylesCollection.
.NET Framework
Available since 1.1
Available since 1.1
Show: