DateTimePickerValue Property |
Gets or sets the value of the date/time picker. Null to display blank or with a unchecked checkbox.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Nullable<DateTime> Value { get; set; }
Public Property Value As Nullable(Of DateTime)
Get
Set
member Value : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeThe current value.
See Also