Click or drag to resize

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; }

Property Value

Type: BindableBindingTextControl, String
The text binding.
See Also