Click or drag to resize

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

Property Value

Type: BindableBindingDateTimePicker, NullableDateTime
The value binding.
See Also