Enum DateTimePickerPopupKind
Specifies type of the popup for the date-time picker control in the date editing mode.
public enum DateTimePickerPopupKindFields
- Default = 0
- Date is edited in the style which is default for the operating system. 
- DropDown = 2
- Date is edited in the text editor with calendar popup. 
- Spin = 1
- Date is edited using spin editor.