RecroGrid Framework
C#
Show/Hide TOC
Recro
Grid
RGProperty
Get
Bool
Option Method
Gets the value of an option as bool.
Definition
Namespace:
Recrovit.RecroGridFramework
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.0.0.24.0403.1
C#
Copy
public
bool
GetBoolOption
(
string
key
)
Parameters
key
String
The key.
Return Value
Boolean
The Value.
See Also
Reference
RecroGrid
RGProperty Class
Recrovit.RecroGridFramework Namespace
In This Article
Definition
Parameters
Return Value
See Also