Click or drag to resize

CheckBoxList.SelectedValuesBinding 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: BindableBinding<CheckBoxList, IEnumerable<Object>>
The selected value binding.
See Also