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.DateTimeUpDown)
Gets/Sets the location of the Up/Down buttons (either on the left or on the right) of numericUpDown controls. (Inherited from Xceed.Wpf.Toolkit.DateTimeUpDown)
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.DateTimeUpDown)
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.DateTimeUpDown)
Gets or sets a value indicating whether the synchronization between "Value" and "Text" should be done only on the Enter key press (and lost focus). (Inherited from Xceed.Wpf.Toolkit.DateTimeUpDown)
Raised when an Increment/Decrement action is initiated (Mouse click on ButtonSpinners, keyboard Up/Down keys pressed, mouse-wheel activated). (Inherited from Xceed.Wpf.Toolkit.DateTimeUpDown)