BulletedList::SelectedItem Property
.NET Framework (current version)
Gets the currently selected item in a BulletedList control.
Assembly: System.Web (in System.Web.dll)
In the base class, ListControl, the SelectedItem property returns a ListItem object that represents the currently selected item in a BulletedList control. The default is null. The SelectedItem property is not applicable to the BulletedList control.
Note |
|---|
If you use the get accessor for the SelectedItem property to return the selected item for a BulletedList control, it always returns null. |
Use the event data of the BulletedListEventArgs class to determine the index of the link button in a BulletedList that was clicked.
.NET Framework
Available since 2.0
Available since 2.0
Show:
