DataGridItemEventArgs::Item Property
.NET Framework (current version)
Gets the referenced item in the DataGrid control when the event is raised.
Assembly: System.Web (in System.Web.dll)
Use this property to programmatically access the item referenced in the DataGrid control when the event is raised.
The following code example demonstrates how to use the Item property to display the order in which the items in the DataGrid control are created.
.NET Framework
Available since 1.1
Available since 1.1
Show: