ListControlIHandlerItemKeyBinding Property |
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 IIndirectBinding<string> ItemKeyBinding { get; set; }
Property ItemKeyBinding As IIndirectBinding(Of String)
Get
Set
abstract ItemKeyBinding : IIndirectBinding<string> with get, set
Property Value
Type:
IIndirectBindingStringThe key binding.
See Also