GridView::IDataBoundListControl::SelectedIndex Property
.NET Framework (current version)
Gets or sets the index of the selected row in the data-bound control.
Assembly: System.Web (in System.Web.dll)
private: property int SelectedIndex { virtual int get() sealed = IDataBoundListControl::SelectedIndex::get; virtual void set(int value) sealed = IDataBoundListControl::SelectedIndex::set; }
Implements
IDataBoundListControl::SelectedIndexThis member is an explicit interface member implementation. It can be used only when the GridView instance is cast to an IDataBoundListControl interface.
ASP.NET Dynamic Data supports this property.
.NET Framework
Available since 4.0
Available since 4.0
Show: