Click or drag to resize
ParamCacheLockReadOnly Property
Gets the Cache lock flag associated with the grid.

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

Property Value

Type: Boolean
The Cache lock flag.
See Also