| RecroGridRGEntitySetOptionValue Method |
Sets the value of an option.
Namespace:
Recrovit.RecroGridFramework
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax public void SetOptionValue(
string key,
Object value
)
Parameters
- key
- Type: SystemString
The key. - value
- Type: SystemObject
The value.
See Also