System.Web.UI.WebControls.RepeaterItemCollection Class

Represents a collection of System.Web.UI.WebControls.RepeaterItem objects in the System.Web.UI.WebControls.Repeater control. This class cannot be inherited.

See Also: RepeaterItemCollection Members

Syntax

public sealed class RepeaterItemCollection : ICollection

Remarks

The System.Web.UI.WebControls.RepeaterItemCollection class represents a collection of System.Web.UI.WebControls.RepeaterItem objects, which in turn represent the data items in a System.Web.UI.WebControls.Repeater control. To programmatically retrieve System.Web.UI.WebControls.RepeaterItem objects from a System.Web.UI.WebControls.Repeater control, use one of the following methods:

The RepeaterItemCollection.Count property specifies the total number of items in the collection and is commonly used to determine the upper bound of the collection.

Requirements

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