Click or drag to resize

RecroGridRGPropertyOptionContainsKey Method

Determines whether the Options contains the specified key.

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

Parameters

key
Type: SystemString
The key.

Return Value

Type: Boolean
true if the Options contains an element with the specified key; otherwise, false.
See Also