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