|  | RecroDictCreateSelectListItemCollection Method (String, String, String, String) | 
 ICollectionSelectListItem létrehozása szótár elemekből.
            
 
    Namespace: 
   Recrovit.RecroGridFramework
    Assembly:
   Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
 Syntax
Syntaxpublic static ICollection<SelectListItem> CreateSelectListItemCollection(
	string language,
	string scope,
	string selectedStringId = null,
	string orderBy = "text"
)
Parameters
- language
- Type: SystemString
 The language.
- scope
- Type: SystemString
 The Scope.
- selectedStringId (Optional)
- Type: SystemString
 The selected StringId.
- orderBy (Optional)
- Type: SystemString
 A szótár elemek rendezése. Text vagy Value szerint.
Return Value
Type: 
ICollectionSelectListItemThe Collection.
 See Also
See Also