Gets or sets a value indicating whether increment/decrement operations via the keyboard, button spinners, or mouse wheel can be performed. (Inherited from Xceed.Wpf.Toolkit.Primitives.DateTimePickerBase)
Gets/Sets the current Date/Time part that will be changed when using the Up/Down buttons (or Up/Down keys). This value must match a valid DateTime part on the DateTimeUpDownBase. This property will be modified when a new DateTimePart is selected via the mouse or keyboard. Default is DateTimePart.Other. (Inherited from Xceed.Wpf.Toolkit.Primitives.DateTimePickerBase)
Gets/sets the step to use when incrementing/decrementing a DateTimeUpDown or TimeSpanUpDown with Up/Down buttons or Up/Down keys. Default is 1. (Inherited from Xceed.Wpf.Toolkit.Primitives.DateTimePickerBase)
Indicates if the synchronization between "Value" and "Text" should be done only on the Enter key press (and lost focus). In the case of DateTimePicker, this property is true by default and cannot be modified. (Inherited from Xceed.Wpf.Toolkit.Primitives.DateTimePickerBase)