This documentation is archived and is not being maintained.
DataListItemCollection Properties
Visual Studio 2010
The DataListItemCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of DataListItem objects in the collection. |
|
IsReadOnly | Gets a value that indicates whether the DataListItem objects in the DataListItemCollection can be modified. |
|
IsSynchronized | Gets a value indicating whether access to the DataListItemCollection is synchronized (thread-safe). |
|
Item | Gets a DataListItem object at the specified index in the collection. |
|
SyncRoot | Gets the object that can be used to synchronize access to the DataListItemCollection collection. |
Show: