Click or drag to resize
StoreReadOnlyEventArgs Constructor
Initializes a new StoreReadOnlyEventArgs object.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public StoreReadOnlyEventArgs(
	bool readOnly
)

Parameters

readOnly
Type: SystemBoolean
rue to make the grid read-only; false to make the grid read-write.
See Also