property Grid.ReadOnly as ReadOnlyEnum
Retrieves or sets a value that indicates whether the control is read only.

TypeDescription
ReadOnlyEnum A ReadOnlyEnum expression that indicates whether the control is read only. 

The ReadOnly property makes the control read only. Use the Enabled property to disable the control. Use the Locked property to lock an editor. If the control is read only, the Edit or Change event is not fired. Use the CellEditorVisible property to hide the cell's editor. Use the SelectableItem property to specify the user can select an item.