Click or drag to resize

RadioButtonListSelectedValueBinding Property

Gets a binding to the SelectedValue property.

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

Property Value

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