|  | RecroGridRGPropertyOptionContainsKey Method  | 
 
            Determines whether the Options contains the specified key.
            
 
    Namespace: 
   Recrovit.RecroGridFramework
    Assembly:
   Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
 Syntax
Syntaxpublic 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
See Also