Enum DatePickerStyleFlags
Defines flags for the date-time picker when it is in the date editing mode.
[Flags]
public enum DatePickerStyleFlags
Fields
AllowNone = 8
Allow not having any valid date in the control (by default it always has some date, today initially if no valid date specified).
Default = 0
DropDown = 2
A combobox-like date picker (not supported in macOs version).
ShowCentury = 4
Always show century in the default date display (otherwise it depends on the system date format which may include the century or not).
Spin = 1
A spin control-like date picker (not supported in generic version).