DateTimePickerValueBinding Property |
Gets a binding to the
Value property.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public BindableBinding<DateTimePicker, Nullable<DateTime>> ValueBinding { get; }
Public ReadOnly Property ValueBinding As BindableBinding(Of DateTimePicker, Nullable(Of DateTime))
Get
member ValueBinding : BindableBinding<DateTimePicker, Nullable<DateTime>> with get
Property Value
Type:
BindableBindingDateTimePicker,
NullableDateTimeThe value binding.
See Also