Click or drag to resize

CheckBoxListSelectedKeysBinding Property

Gets a binding to the SelectedKeys property.

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

Property Value

Type: BindableBindingCheckBoxList, IEnumerableString
The selected index binding.
See Also