EnumRadioButtonListTSelectedValueBinding Property |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public BindableBinding<EnumRadioButtonList<T>, T> SelectedValueBinding { get; }
Public ReadOnly Property SelectedValueBinding As BindableBinding(Of EnumRadioButtonList(Of T), T)
Get
member SelectedValueBinding : BindableBinding<EnumRadioButtonList<'T>, 'T> with get
Property Value
Type:
BindableBindingEnumRadioButtonListT,
TThe selected value binding.
See Also