RecroGridRGEntitySetOptionValue Method

Sets the value of an option.

Definition

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

Parameters

key  String
The key.
value  Object
The value.

See Also