Click or drag to resize

PropertyCellTypeDropDownItemTextBinding Property

Gets or sets the binding to get the text value for the drop down.

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

Property Value

Type: IndirectBindingString
The binding to get the drop down item text.
See Also