RecroGridRGOption Constructor

Initializes a new instance of the RecroGridRGOption class.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.5.0.24.0221.1
C#
public RGOption(
	string key,
	Object value,
	bool isClientParam = false
)

Parameters

key  String
The key.
value  Object
The value.
isClientParam  Boolean  (Optional)
If true, option will be sent to client.

See Also