DateTimePicker Properties |
The DateTimePicker type exposes the following members.
| 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.
|