|  | RecroGridRGPropertyGetBoolOption Method  | 
 
            Gets the value of an option as bool.
            
 
    Namespace: 
   Recrovit.RecroGridFramework
    Assembly:
   Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
 Syntax
Syntaxpublic bool GetBoolOption(
	string key
)
Parameters
- key
- Type: SystemString
 The key.
Return Value
Type: 
BooleanThe Value.
 See Also
See Also