public Object SelectedValue { get; set; }
Public Property SelectedValue As Object
Get
Set
public:
property Object^ SelectedValue {
Object^ get ();
void set (Object^ value);
}
member SelectedValue : Object with get, set
This returns an object containing the value of the member of the data source specified by the ValueMember property.
If a property is not specified in ValueMember, this property returns the results of the ToString method of the object.