DataListItemCollection::Item Property (Int32)
.NET Framework (current version)
Gets a DataListItem object at the specified index in the collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System::Int32
The index of the DataListItem in the collection to retrieve.
Property Value
Type: System.Web.UI.WebControls::DataListItem^A DataListItem object in the collection at the specified index.
Use this indexer to get a DataListItem object from the DataListItemCollection at the specified index using array notation.
.NET Framework
Available since 1.1
Available since 1.1
Show: