BaseListControlSelectedValue 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: 2023.4.9.0
public Object SelectedValue { get; set; }

Property Value

Object

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.

See Also