Click or drag to resize
GridControlStoreReadOnly Event
Store ReadOnly event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(true)]
public event StoreReadOnlyEventHandler StoreReadOnly

Value

Type: Stingray.GridStoreReadOnlyEventHandler
Remarks
This event is invoked when the grid stores the read-only state for the grid in the corresponding attribute of the Param object.
See Also