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