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; }
Public Property SelectedKeys As IEnumerable(Of String)
Get
Set
member SelectedKeys : IEnumerable<string> with get, set
Property Value
Type:
IEnumerableStringThe selected key.
See Also