Gets a collection of System.Web.UI.WebControls.RepeaterItem objects in the System.Web.UI.WebControls.Repeater control.
Documentation for this section has not yet been entered.
The System.Web.UI.WebControls.Repeater control populates the Repeater.Items collection by enumerating every object in its Repeater.DataSource. The Repeater.Items collection is then used by the System.Web.UI.WebControls.Repeater control to render each item in the control.