Click or drag to resize

ListControlSelectedValueBinding Property

Gets the binding to the SelectedValue property.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public BindableBinding<ListControl, Object> SelectedValueBinding { get; }

Property Value

Type: BindableBindingListControl, Object
The selected value binding.
See Also