RecroGridRGEntitySetOptionValue Method

Sets the value of an option.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.10.0.24.1119.1
C#
public void SetOptionValue(
	string key,
	Object value
)

Parameters

key  String
The key.
value  Object
The value.

See Also