EnumCheckBoxListTSelectedValuesBinding Property |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public BindableBinding<EnumCheckBoxList<T>, IEnumerable<T>> SelectedValuesBinding { get; }
Public ReadOnly Property SelectedValuesBinding As BindableBinding(Of EnumCheckBoxList(Of T), IEnumerable(Of T))
Get
member SelectedValuesBinding : BindableBinding<EnumCheckBoxList<'T>, IEnumerable<'T>> with get
Property Value
Type:
BindableBindingEnumCheckBoxListT,
IEnumerableTThe selected value binding.
See Also