Gets or sets the ListItem.Value property of the selected System.Web.UI.WebControls.ListItem object in the System.Web.UI.WebControls.BulletedList control.
Documentation for this section has not yet been entered.
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.
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.