ListView::SelectItem Method (Int32)
.NET Framework (current version)
Selects the item that is in edit mode in a ListView control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- rowIndex
-
Type:
System::Int32
The index of the item that is in edit mode.
| Exception | Condition |
|---|---|
| InvalidOperationException | The item index is negative. |
This method raises the SelectedIndexChanged event.
.NET Framework
Available since 4.0
Available since 4.0
Show: