This documentation is archived and is not being maintained.

DataListItemCollection Properties

The properties of the DataListItemCollection class are listed here. For a complete list of DataListItemCollection class members, see the DataListItemCollection Members topic.

Public Properties

public propertyCount Gets the number of DataListItem objects in the collection.
public propertyIsReadOnly Gets a value that indicates whether the DataListItem objects in the DataListItemCollection can be modified.
public propertyIsSynchronized Gets a value indicating whether access to the DataListItemCollection is synchronized (thread-safe).
public propertyItem Gets a DataListItem object at the specified index in the collection.

In C#, this property is the indexer for the DataListItemCollection class.

public propertySyncRoot Gets the object that can be used to synchronize access to the DataListItemCollection collection.

See Also

DataListItemCollection Class | System.Web.UI.WebControls Namespace

Show: