System.Web.UI.WebControls.RepeaterItemCollection Members

The members of System.Web.UI.WebControls.RepeaterItemCollection are listed below.

See Also: Inherited members from System.Object

Public Constructors

Public Properties

[read-only]
Countint.

Gets the number of System.Web.UI.WebControls.RepeaterItem objects in the collection.

[read-only]
IsReadOnlybool.

Gets a value that indicates whether the System.Web.UI.WebControls.RepeaterItem objects in the System.Web.UI.WebControls.RepeaterItemCollection can be modified.

[read-only]
IsSynchronizedbool.

Gets a value indicating whether access to the System.Web.UI.WebControls.RepeaterItemCollection is synchronized (thread-safe).

[read-only]
default property
Item(int)RepeaterItem. Documentation for this section has not yet been entered.
[read-only]
SyncRootobject.

Gets the object that can be used to synchronize access to the System.Web.UI.WebControls.RepeaterItemCollection collection.

Public Methods

CopyTo(Array, int)

Copies all the items from this System.Web.UI.WebControls.RepeaterItemCollection to the specified Array object, starting at the specified index in the Array object.

GetEnumerator() : IEnumerator

Returns a IEnumerator interface that can iterate through all the System.Web.UI.WebControls.RepeaterItem objects in the System.Web.UI.WebControls.RepeaterItemCollection.