This documentation is archived and is not being maintained.

DataListItemCollection Properties

The DataListItemCollection type exposes the following members.

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