Click or drag to resize

ListControlSelectedKey Property

Gets or sets the key of the selected item in the DataStore.

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

Property Value

Type: String
The selected key.
Remarks
This uses the ItemKeyBinding to map the key for each item in the list.
See Also