| RecroGridRGOption Constructor |
Namespace:
Recrovit.RecroGridFramework
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax public RGOption(
string key,
Object value,
bool isClientParam = false
)
Parameters
- key
- Type: SystemString
The key. - value
- Type: SystemObject
The value. - isClientParam (Optional)
- Type: SystemBoolean
If true, option will be sent to client.
See Also