DateTimePicker Class |
Namespace: Eto.Forms
The DateTimePicker type exposes the following members.
| Name | Description | |
|---|---|---|
| DateTimePicker | Initializes a new instance of the DateTimePicker class |
| Name | Description | |
|---|---|---|
| MaxDate |
Gets or sets the maximum date entered
| |
| MinDate |
Gets or sets the minimum date entered
| |
| Mode |
Gets or sets the mode of the date/time picker.
| |
| ShowBorder |
Gets or sets a value indicating whether to show the control's border.
| |
| TextColor |
Gets or sets the color of the text.
| |
| Value |
Gets or sets the value of the date/time picker. Null to display blank or with a unchecked checkbox.
| |
| ValueBinding |
Gets a binding to the Value property.
|
| Name | Description | |
|---|---|---|
| GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.) | |
| OnValueChanged |
Raises the ValueChanged event.
|
| Name | Description | |
|---|---|---|
| ValueChanged |
Occurs when the Value property has changed by the user
|