DataGrid::SelectedItem Property
.NET Framework (current version)
Gets a DataGridItem object that represents the selected item in the DataGrid control.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property DataGridItem^ SelectedItem { virtual DataGridItem^ get(); }
Property Value
Type: System.Web.UI.WebControls::DataGridItem^A DataGridItem object that represents the selected item in the DataGrid control.
Use the SelectedItem property to get a DataGridItem object that represents the selected item in the DataGrid control. This object can then be used to access the properties of the selected item.
The following code example demonstrates how to use the SelectedItem property to access the properties of the selected item in the DataList control.
.NET Framework
Available since 1.1
Available since 1.1
Show: