System.Web.UI.WebControls.Repeater.Items Property

Gets a collection of System.Web.UI.WebControls.RepeaterItem objects in the System.Web.UI.WebControls.Repeater control.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public virtual RepeaterItemCollection Items { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

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