[]
Gets or sets the value of the member property specified by the ValueMember property.
[Browsable(false)]
[Bindable(true)]
public object SelectedValue { get; set; }
SelectedValue is bindable; the common usage is to bind it to a field in another DataSource.