Click or drag to resize

RadioButtonListSelectedKeyBinding Property

Gets a binding to the SelectedKey property.

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

Property Value

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