Click or drag to resize

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

Property Value

Type: BindableBindingMaskedTextStepperT, T
The value binding.
See Also