Click or drag to resize

RecroGridRGPropertyGetBoolOption Method

Gets the value of an option as bool.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public bool GetBoolOption(
	string key
)

Parameters

key
Type: SystemString
The key.

Return Value

Type: Boolean
The Value.
See Also