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