|  | RecroDictIsValid Method  | 
 
            A szótár elem érvényességének ellenőrzése.
            
 
    Namespace: 
   Recrovit.RecroGridFramework
    Assembly:
   Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
 Syntax
Syntaxpublic static bool IsValid(
	string scope,
	string stringId
)
Parameters
- scope
- Type: SystemString
 The Scope.
- stringId
- Type: SystemString
 The StringId.
Return Value
Type: 
Booleantrue ha a megadott szótár elem érvényes, egyébként 
false.
 See Also
See Also