TextControlTextBinding Property |
Gets the binding for the
Text property.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public BindableBinding<TextControl, string> TextBinding { get; }
Public ReadOnly Property TextBinding As BindableBinding(Of TextControl, String)
Get
member TextBinding : BindableBinding<TextControl, string> with get
Property Value
Type:
BindableBindingTextControl,
StringThe text binding.
See Also