MaskedTextBoxTValueBinding Property |
Gets a binding for the
Value property.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public BindableBinding<MaskedTextBox<T>, T> ValueBinding { get; }
Public ReadOnly Property ValueBinding As BindableBinding(Of MaskedTextBox(Of T), T)
Get
member ValueBinding : BindableBinding<MaskedTextBox<'T>, 'T> with get
Property Value
Type:
BindableBindingMaskedTextBoxT,
TThe value binding.
See Also