Click or drag to resize

CheckBoxListSelectedKeys Property

Gets or sets the selected key of the currently selected item using the ItemKeyBinding.

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

Property Value

Type: IEnumerableString
The selected key.
See Also