Click or drag to resize

DateTimePicker Class

Date/time picker control to enter a date and/or time value
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class DateTimePicker : CommonControl

The DateTimePicker type exposes the following members.

Constructors
  NameDescription
Public methodDateTimePicker
Initializes a new instance of the DateTimePicker class
Top
Properties
  NameDescription
Public propertyMaxDate
Gets or sets the maximum date entered
Public propertyMinDate
Gets or sets the minimum date entered
Public propertyMode
Gets or sets the mode of the date/time picker.
Public propertyShowBorder
Gets or sets a value indicating whether to show the control's border.
Public propertyTextColor
Gets or sets the color of the text.
Public propertyValue
Gets or sets the value of the date/time picker. Null to display blank or with a unchecked checkbox.
Public propertyValueBinding
Gets a binding to the Value property.
Top
Methods
  NameDescription
Protected methodGetCallback
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.)
Protected methodOnValueChanged
Raises the ValueChanged event.
Top
Events
  NameDescription
Public eventValueChanged
Occurs when the Value property has changed by the user
Top
See Also