ListControlTextBinding Property |
Note: This API is now obsolete.
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 [ObsoleteAttribute("Since 2.1: Use ItemTextBinding instead")]
public IIndirectBinding<string> TextBinding { get; set; }
<ObsoleteAttribute("Since 2.1: Use ItemTextBinding instead")>
Public Property TextBinding As IIndirectBinding(Of String)
Get
Set
[<ObsoleteAttribute("Since 2.1: Use ItemTextBinding instead")>]
member TextBinding : IIndirectBinding<string> with get, set
Property Value
Type:
IIndirectBindingStringThe text binding.
See Also