RepeaterItemCollection Properties

  Name Description
Public property Count Gets the number of RepeaterItem objects in the collection.
Public property IsReadOnly Gets a value that indicates whether the RepeaterItem objects in the RepeaterItemCollection can be modified.
Public property IsSynchronized Gets a value indicating whether access to the RepeaterItemCollection is synchronized (thread-safe).
Public property Item Gets the RepeaterItem object at the specified index in the collection.
Public property SyncRoot Gets the object that can be used to synchronize access to the RepeaterItemCollection collection.
Top

Community Additions

ADD
Show: