Represents an item in the System.Web.UI.WebControls.Repeater control.
See Also: RepeaterItem Members
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.