Click or drag to resize

ListControlKeyBinding Property

Note: This API is now obsolete.

Gets or sets the binding for the key value of each item.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ObsoleteAttribute("Since 2.1: Use ItemKeyBinding instead")]
public IIndirectBinding<string> KeyBinding { get; set; }

Property Value

Type: IIndirectBindingString
The key binding.
See Also