System.Web.UI.WebControls.DataListItem Members

The members of System.Web.UI.WebControls.DataListItem are listed below.

See Also: Inherited members from System.Web.UI.WebControls.WebControl

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.DataListItem class.

Public Properties

DataItemobject.

Gets or sets a data item associated with the System.Web.UI.WebControls.DataListItem object in the System.Web.UI.WebControls.DataList control.

[read-only]
ItemIndexint.

Gets the index of the System.Web.UI.WebControls.DataListItem object from the DataList.Items collection of the control.

[read-only]
ItemTypeListItemType.

Gets the type of the item represented by the System.Web.UI.WebControls.DataListItem object in the System.Web.UI.WebControls.DataList control.

Public Methods

Protected Methods

override
CreateControlStyle() : Style

Creates a System.Web.UI.WebControls.TableItemStyle object for the System.Web.UI.WebControls.DataListItem control, which contains the style properties for the control.

override
OnBubbleEvent(object, EventArgs) : bool

Determines whether the event for the control is passed up the server control hierarchy.

SetItemType(ListItemType)

Sets the current DataListItem.ItemType property for the System.Web.UI.WebControls.DataListItem control.

Explicitly Implemented Interface Members