ASP.NET Pack Programmer's Guide
DropDownItem Members
Constructors Properties Methods
 


Represents an item within a DropDown control.

The following tables list the members exposed by the DropDownItem type.

 Public Constructors

  Name Description

DropDownItem

Initializes a new instance of the DropDownItem class.

 Public Properties

  Name Description

DataItem

Gets the data item bound to the control.

DataItemIndex

Gets the index of the data item bound to the control.

DisplayIndex

Gets the display position of the control relative to its parent Items collection.

ImageUrl

Gets or sets the URL of the image displayed by this item.

Index

Gets the index of the current item.

Name

Gets the type of the control.

Owner

Gets the owner DropDown of the current item.

Text

Gets or sets the value represented by this item.

ToolTip

Gets or sets the tooltip text displayed by this item.

Value

Gets or sets the value represented by this item.

 Protected Methods

  Name Description

LoadFromXml

Loads the control from an XML element.

Render

Control.Render override.

SaveToXml

Saves the control to the underlying document under the specified name.

 See Also

DropDownItem Class
MindFusion.UI.WebForms Namespace