RadioButtonListSelectedValueBinding Property  | 
  
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic BindableBinding<RadioButtonList, Object> SelectedValueBinding { get; }Public ReadOnly Property SelectedValueBinding As BindableBinding(Of RadioButtonList, Object)
	Get
member SelectedValueBinding : BindableBinding<RadioButtonList, Object> with get
Property Value
Type: 
BindableBindingRadioButtonList, 
ObjectThe selected value binding.
See Also