Base List ControlSelected Value Property
Gets or sets the value of the member property specified by the ValueMember property in
the currently selected item.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public Object? SelectedValue { get; set; }VB
Public Property SelectedValue As Object
Get
SetC++
public:
property Object^ SelectedValue {
Object^ get ();
void set (Object^ value);
}F#
member SelectedValue : Object with get, setProperty Value
ObjectThis 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.