BulletedList.SelectedValue Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Value property of the selected ListItem object in the BulletedList control.
public:
virtual property System::String ^ SelectedValue { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(false)]
public override string SelectedValue { get; set; }
[<System.ComponentModel.Bindable(false)>]
member this.SelectedValue : string with get, set
Public Overrides Property SelectedValue As String
The Value of the selected ListItem in the BulletedList; otherwise, an empty string (""), if no item is selected.
- Attributes
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.
Napomena
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.
Proizvod | Verzije |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: