System.Web.UI.WebControls.BulletedList.SelectedValue Property

Gets or sets the ListItem.Value property of the selected System.Web.UI.WebControls.ListItem object in the System.Web.UI.WebControls.BulletedList control.

Syntax

[System.ComponentModel.Bindable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public override string SelectedValue { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The BulletedList.SelectedValue property is inherited from the System.Web.UI.WebControls.ListControl class and is not applicable to the System.Web.UI.WebControls.BulletedList control.

Note:

The BulletedList.SelectedValue property is set internally based on the selected list item in the System.Web.UI.WebControls.BulletedList control. If you set the BulletedList.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 System.ComponentModel.BindableAttribute.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0