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