Click or drag to resize

RadioButtonListSelectedIndexBinding Property

Gets a binding to the SelectedIndex property.

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

Property Value

Type: BindableBindingRadioButtonList, Int32
The selected index binding.
See Also