Click or drag to resize

EnumRadioButtonListTSelectedValueBinding Property

Gets a binding to the SelectedValue property.

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

Property Value

Type: BindableBindingEnumRadioButtonListT, T
The selected value binding.
See Also