Click or drag to resize

ComboboxItem Constructor (String, String)

Initializes a new instance of the ComboboxItem class

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public ComboboxItem(
	string text,
	string value
)

Parameters

text
Type: SystemString
value
Type: SystemString
See Also