Click or drag to resize

CheckBoxListSelectedValuesBinding Property

Gets a binding to the SelectedValues property.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public BindableBinding<CheckBoxList, IEnumerable<Object>> SelectedValuesBinding { get; }

Property Value

Type: BindableBindingCheckBoxList, IEnumerableObject
The selected value binding.
See Also