CheckBoxListSelectedValuesBinding Property |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public BindableBinding<CheckBoxList, IEnumerable<Object>> SelectedValuesBinding { get; }
Public ReadOnly Property SelectedValuesBinding As BindableBinding(Of CheckBoxList, IEnumerable(Of Object))
Get
member SelectedValuesBinding : BindableBinding<CheckBoxList, IEnumerable<Object>> with get
Property Value
Type:
BindableBindingCheckBoxList,
IEnumerableObjectThe selected value binding.
See Also