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