Click or drag to resize

ListControlSelectedValue Property

Gets or sets the selected object value of the item in DataStore

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Object SelectedValue { get; set; }

Property Value

Type: Object
The selected value.
See Also