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; }
Public Property SelectedKey As String
Get
Set
member SelectedKey : string with get, set
Property Value
Type:
StringThe selected key.
Remarks
This uses the
ItemKeyBinding to map the key for each item in the list.
See Also