| 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
)
Public Sub New (
itemIndex As Integer,
itemType As TemplatedDropDownListItemType
)
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 See Also