Click or drag to resize
GridControlReadOnly Property
Gets or sets a value that indicates if this grid is read-only.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(false)]
public bool ReadOnly { get; set; }

Property Value

Type: Boolean
true if the user cannot change the cell contents and false otherwise.
See Also