This documentation is archived and is not being maintained.
ListViewInsertEventArgs::Item Property
Visual Studio 2008
Gets a ListViewItem object that represents the data item to be inserted.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Use the Item property to access the item from the ListView control for the data that is being inserted. For example, you can access values from controls in the InsertItemTemplate template that are not data-bound by using the Item property. To do so, use the FindControl method of the ListViewItem object that is referenced by the Item property.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: