Click or drag to resize

EnumCheckBoxListTSelectedValuesBinding Property

Gets a binding to the SelectedValues property.

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

Property Value

Type: BindableBindingEnumCheckBoxListT, IEnumerableT
The selected value binding.
See Also