Click or drag to resize

EnumDropDownTSelectedValueBinding Property

Gets a new binding for the SelectedValue property.

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

Property Value

Type: BindableBindingEnumDropDownT, T
A new selected value binding.
See Also