Click or drag to resize

ComboBoxCellComboKeyBinding Property

Binding to get the key value for the items in the combo box.

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

Property Value

Type: IIndirectBindingString
The combo key binding.
See Also