| RecroGridRGPropertyOptionContainsKey Method |
Determines whether the Options contains the specified key.
Namespace:
Recrovit.RecroGridFramework
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax public bool OptionContainsKey(
string key
)
Parameters
- key
- Type: SystemString
The key.
Return Value
Type:
Booleantrue if the Options contains an element with the specified key; otherwise,
false.
See Also