System.Web.UI.WebControls.RepeaterItem Class

Represents an item in the System.Web.UI.WebControls.Repeater control.

See Also: RepeaterItem Members

Syntax

[System.ComponentModel.ToolboxItem("")]
public class RepeaterItem : System.Web.UI.Control, System.Web.UI.IDataItemContainer

Remarks

A System.Web.UI.WebControls.RepeaterItem object represents an item in the System.Web.UI.WebControls.Repeater control, such as the heading section, footer section, or a data item.

The data items of the System.Web.UI.WebControls.Repeater control are stored in a System.Web.UI.WebControls.RepeaterItemCollection object that can be accessed by using the Repeater.Items property of the System.Web.UI.WebControls.Repeater control.

You can use a System.Web.UI.WebControls.RepeaterItem object to programmatically access the properties of an item in the System.Web.UI.WebControls.Repeater control.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0