Click or drag to resize

ComboBoxCellComboTextBinding Property

Binding to get the text 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> ComboTextBinding { get; set; }

Property Value

Type: IIndirectBindingString
The combo text binding.
See Also