Click or drag to resize

TemplatedDropDownListItem Constructor

Initializes a new instance of a TemplatedDropDownListItem class.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public TemplatedDropDownListItem(
	int itemIndex,
	TemplatedDropDownListItemType itemType
)

Parameters

itemIndex
Type: SystemInt32
The index of a data item that bound to the drop-down list item.
itemType
Type: Dynamicweb.ControlsTemplatedDropDownListItemType
Item type.
Remarks