The DropDownDatePicker type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DropDownDatePicker |
Initializes a new instance of the DropDownDatePicker class.
|
Fields
| Name | Description | |
|---|---|---|
| CultureProperty |
Identifies the Culture property.
| |
| CustomFormatProperty |
Identifies the CustomFormat property.
| |
| FormatProperty |
Identifies the Format property.
| |
| MaximumProperty |
Identifies the Maximum property.
| |
| MinimumProperty |
Identifies the Minimum property.
| |
| TodayButtonTimeActionProperty |
Identifies the TodayButtonTimeAction property.
| |
| ValueProperty |
Identifies the Value property.
|
Properties
| Name | Description | |
|---|---|---|
| Culture |
Gets or sets the culture.
This is a dependency property.
| |
| CustomFormat |
Gets or sets the custom date format string. This is ignored unless Format
is set to Custom.
This is a dependency property.
| |
| Format |
Gets or sets the date format.
This is a dependency property.
| |
| Maximum |
Gets or sets the maximum date that can be selected.
This is a dependency property.
| |
| Minimum |
Gets or sets the minimum date that can be selected.
This is a dependency property.
| |
| TodayButtonTimeAction |
Gets or sets how the time of day is set when the user selects the
Today button. The default is Zero()()().
This is a dependency property.
| |
| Value |
Gets or sets the date value.
This is a dependency property.
|