RecroGridRGPropertyGetIntOption 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#
public int? GetIntOption(
	string key
)

Parameters

key  String
The key.

Return Value

NullableInt32
The Value or null if not found.

See Also