RecroGrid Framework
C#
Show/Hide TOC
Recro
Grid
RGProperty
Get
Int
Option Method
Gets the value of an option as int.
Definition
Namespace:
Recrovit.RecroGridFramework
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
C#
Copy
public
int
?
GetIntOption
(
string
key
)
Parameters
key
String
The key.
Return Value
Nullable
Int32
The Value or null if not found.
See Also
Reference
RecroGrid
RGProperty Class
Recrovit.RecroGridFramework Namespace
In This Article
Definition
Parameters
Return Value
See Also