Click or drag to resize
StoreReadOnlyEventArgsReadOnly Property
Gets or sets the read-only state for the grid.

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

Property Value

Type: Boolean
If true, the grid is read-only. false allows writes to the grid.
See Also