Click or drag to resize

ListControlSelectedKeyBinding Property

Gets the binding to the SelectedKey property.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public BindableBinding<ListControl, string> SelectedKeyBinding { get; }

Property Value

Type: BindableBindingListControl, String
The selected key binding.
See Also