Repeater::Items Property
.NET Framework (current version)
Gets a collection of RepeaterItem objects in the Repeater control.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property RepeaterItemCollection^ Items { virtual RepeaterItemCollection^ get(); }
Property Value
Type: System.Web.UI.WebControls::RepeaterItemCollection^A collection of RepeaterItem objects. The default is an empty RepeaterItemCollection.
The Repeater control populates the Items collection by enumerating every object in its DataSource. The Items collection is then used by the Repeater control to render each item in the control.
.NET Framework
Available since 1.1
Available since 1.1
Show: