Click or drag to resize

RecroDictInitDropDownList Method

DropDownList feltöltése szótár elemekkel.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax
C#
public static void InitDropDownList(
	string language,
	string scope,
	DropDownList combo
)

Parameters

language
Type: SystemString
The language.
scope
Type: SystemString
The Scope.
combo
Type: System.Web.UI.WebControlsDropDownList
The DropDownList.
See Also