System.Web.UI.WebControls.RepeaterItem Members

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

See Also: Inherited members from System.Web.UI.Control

Public Constructors

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

Public Properties

DataItemobject.

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

[read-only]
ItemIndexint.

Gets the index of the item in the System.Web.UI.WebControls.Repeater control from the Repeater.Items collection of the control.

[read-only]
ItemTypeListItemType.

Gets the type of the item in the System.Web.UI.WebControls.Repeater control.

Protected Methods

override
OnBubbleEvent(object, EventArgs) : bool

Assigns any sources of the event and its information to the parent System.Web.UI.WebControls.Repeater control, if the EventArgs parameter is an instance of System.Web.UI.WebControls.RepeaterCommandEventArgs.

Explicitly Implemented Interface Members