Click or drag to resize

TemplatedDropDownListItem Class

Represents a drop-down list item.
Inheritance Hierarchy
System.Web.UIControl
  Dynamicweb.ControlsTemplatedDropDownListItem

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class TemplatedDropDownListItem : Control, 
	IDataItemContainer, INamingContainer

The TemplatedDropDownListItem type exposes the following members.

Constructors
  NameDescription
Public methodTemplatedDropDownListItem
Initializes a new instance of a TemplatedDropDownListItem class.
Top
Properties
  NameDescription
Public propertyDataItem
Gets or sets the data item that bound to the drop-down list item.
Public propertyDataItemIndex
Gets the index of a data item that bound to the drop-down list item.
Public propertyDisplayIndex
Gets the position of the data item.
Public propertyItemType
Gets the item type.
Top
Remarks