ListControlItemTextBinding Property |
Gets or sets the binding for the text value of each item.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public IIndirectBinding<string> ItemTextBinding { get; set; }
Public Property ItemTextBinding As IIndirectBinding(Of String)
Get
Set
member ItemTextBinding : IIndirectBinding<string> with get, set
Property Value
Type:
IIndirectBindingStringThe text binding.
See Also