BulletedList::SelectedValue Property
.NET Framework (current version)
Gets or sets the Value property of the selected ListItem object in the BulletedList control.
Assembly: System.Web (in System.Web.dll)
public: [BindableAttribute(false)] property String^ SelectedValue { virtual String^ get() override; virtual void set(String^ value) override; }
Property Value
Type: System::String^The Value of the selected ListItem in the BulletedList; otherwise, an empty string (""), if no item is selected.
| Exception | Condition |
|---|---|
| NotSupportedException | An attempt was made to assign a value to the SelectedValue. |
The SelectedValue property is inherited from the ListControl class and is not applicable to the BulletedList control.
Note |
|---|
The SelectedValue property is set internally based on the selected list item in the BulletedList control. If you set the SelectedValue property directly, a NotSupportedException exception is thrown. |
This property is not bindable in visual designers, but is bindable at runtime. For more information, see BindableAttribute.
.NET Framework
Available since 2.0
Available since 2.0
Show:
