DataListItemEventArgs::Item Property
.NET Framework (current version)
Gets the referenced item in the DataList control when the event is raised.
Assembly: System.Web (in System.Web.dll)
The items in the DataList control are referenced as each item is created or bound to the control. Use this property to programmatically access the referenced item in the DataList control when the ItemCreated or ItemDataBound event is raised.
.NET Framework
Available since 1.1
Available since 1.1
Show: