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