Click or drag to resize

RecroGridRGPropertyGetOptionString Method

Gets the value of an option as string.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public string GetOptionString(
	string key
)

Parameters

key
Type: SystemString
The key.

Return Value

Type: String
The Value.
See Also