Gets or sets a value indicating whether interacting with the spinner will result in increment/decrement operations. (Inherited from Xceed.Wpf.Toolkit.Primitives.UpDownBase<T>)
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.Primitives.UpDownBase<T>)
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.DateTimeUpDownBase<Nullable<DateTime>>)
Indicates if the synchronization between "Value" and "Text" should be done only on the Enter key press (and lost focus). In the case of TimePicker, this property is true by default and cannot be modified.