DataGridCommandEventArgs::Item Property
.NET Framework (current version)
Gets the item containing the command source in the DataGrid control.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web.UI.WebControls::DataGridItem^A DataGridItem that represents the selected item in the DataGrid control.
The Item property is used to access the properties of the selected item in the DataGrid control.
.NET Framework
Available since 1.1
Available since 1.1
Show: