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.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<TimeSpan>>)
Gets or sets if the hours will be displayed. When set to true, the TimeSpanUpDown control will display the hours; when set to false, the hours are hidden. (Inherited from Xceed.Wpf.Toolkit.TimeSpanUpDown)
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.Primitives.UpDownBase<T>)
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.Primitives.UpDownBase<T>)