CheckBoxListSelectedKeysBinding Property |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public BindableBinding<CheckBoxList, IEnumerable<string>> SelectedKeysBinding { get; }
Public ReadOnly Property SelectedKeysBinding As BindableBinding(Of CheckBoxList, IEnumerable(Of String))
Get
member SelectedKeysBinding : BindableBinding<CheckBoxList, IEnumerable<string>> with get
Property Value
Type:
BindableBindingCheckBoxList,
IEnumerableStringThe selected index binding.
See Also