| Name | Description |
 | ActualHeight | (Inherited from System.Windows.FrameworkElement) |
 | ActualWidth | (Inherited from System.Windows.FrameworkElement) |
 | AllowDrop | (Inherited from System.Windows.UIElement) |
 | AllowSpin | 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>) |
 | AllowTextInput | Determines if the editable part of the control can be edited. The editable part does not include buttons or spinners, it is typically the text part. (Inherited from Xceed.Wpf.Toolkit.Primitives.InputBase) |
 | AreAnyTouchesCaptured | (Inherited from System.Windows.UIElement) |
 | AreAnyTouchesCapturedWithin | (Inherited from System.Windows.UIElement) |
 | AreAnyTouchesDirectlyOver | (Inherited from System.Windows.UIElement) |
 | AreAnyTouchesOver | (Inherited from System.Windows.UIElement) |
 | AutoMoveFocus | (Inherited from Xceed.Wpf.Toolkit.NumericUpDown<Nullable<T>>) |
 | AutoSelectBehavior | (Inherited from Xceed.Wpf.Toolkit.NumericUpDown<Nullable<T>>) |
 | Background | (Inherited from System.Windows.Controls.Control) |
 | BindingGroup | (Inherited from System.Windows.FrameworkElement) |
 | BorderBrush | (Inherited from System.Windows.Controls.Control) |
 | BorderThickness | (Inherited from System.Windows.Controls.Control) |
 | ButtonSpinnerDownContentTemplate | Gets/sets the DataTemplate to use for the spinner Down button when it is enabled. (Inherited from Xceed.Wpf.Toolkit.Primitives.UpDownBase<T>) |
 | ButtonSpinnerDownDisabledContentTemplate | Gets/sets the DataTemplate to use for the spinner Down button when it is disabled. (Inherited from Xceed.Wpf.Toolkit.Primitives.UpDownBase<T>) |
 | ButtonSpinnerHeight | Gets/sets the height of the spinner Up/Down buttons section. (Inherited from Xceed.Wpf.Toolkit.Primitives.UpDownBase<T>) |
 | ButtonSpinnerLocation | 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>) |
 | ButtonSpinnerUpContentTemplate | Gets/sets the DataTemplate to use for the spinner Up button when it is enabled. (Inherited from Xceed.Wpf.Toolkit.Primitives.UpDownBase<T>) |
 | ButtonSpinnerUpDisabledContentTemplate | Gets/sets the DataTemplate to use for the spinner Up button when it is disabled. (Inherited from Xceed.Wpf.Toolkit.Primitives.UpDownBase<T>) |
 | ButtonSpinnerWidth | Gets/sets the width of the spinner Up/Down buttons section. (Inherited from Xceed.Wpf.Toolkit.Primitives.UpDownBase<T>) |
 | CacheMode | (Inherited from System.Windows.UIElement) |
 | CaretBrush | Gets or sets the caret brush's color. (Inherited from Xceed.Wpf.Toolkit.Primitives.InputBase) |
 | Clip | (Inherited from System.Windows.UIElement) |
 | ClipToBounds | (Inherited from System.Windows.UIElement) |
 | ClipValueToMinMax | (Inherited from Xceed.Wpf.Toolkit.Primitives.UpDownBase<T>) |
 | CommandBindings | (Inherited from System.Windows.UIElement) |
 | ContextMenu | (Inherited from System.Windows.FrameworkElement) |
 | CultureInfo | Gets or sets the CultureInfo of the input control. (Inherited from Xceed.Wpf.Toolkit.Primitives.InputBase) |
 | Cursor | (Inherited from System.Windows.FrameworkElement) |
 | DataContext | (Inherited from System.Windows.FrameworkElement) |
 | DefaultValue | Gets or sets the default value of the control. (Inherited from Xceed.Wpf.Toolkit.Primitives.UpDownBase<T>) |
 | DependencyObjectType | (Inherited from System.Windows.DependencyObject) |
 | DesiredSize | (Inherited from System.Windows.UIElement) |
 | Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) |
 | DisplayDefaultValueOnEmptyText | (Inherited from Xceed.Wpf.Toolkit.Primitives.UpDownBase<T>) |
 | Effect | (Inherited from System.Windows.UIElement) |
 | FlowDirection | (Inherited from System.Windows.FrameworkElement) |
 | Focusable | (Inherited from System.Windows.UIElement) |
 | FocusVisualStyle | (Inherited from System.Windows.FrameworkElement) |
 | FontFamily | (Inherited from System.Windows.Controls.Control) |
 | FontSize | (Inherited from System.Windows.Controls.Control) |
 | FontStretch | (Inherited from System.Windows.Controls.Control) |
 | FontStyle | (Inherited from System.Windows.Controls.Control) |
 | FontWeight | (Inherited from System.Windows.Controls.Control) |
 | ForceCursor | (Inherited from System.Windows.FrameworkElement) |
 | Foreground | (Inherited from System.Windows.Controls.Control) |
 | FormatString | Gets or sets the dispaly format of the Value. (Inherited from Xceed.Wpf.Toolkit.NumericUpDown<Nullable<T>>) |
 | HasAnimatedProperties | (Inherited from System.Windows.UIElement) |
 | Height | (Inherited from System.Windows.FrameworkElement) |
 | HorizontalAlignment | (Inherited from System.Windows.FrameworkElement) |
 | HorizontalContentAlignment | (Inherited from System.Windows.Controls.Control) |
 | Increment | Gets or sets the amount in which to increment the value. (Inherited from Xceed.Wpf.Toolkit.NumericUpDown<Nullable<T>>) |
 | InputBindings | (Inherited from System.Windows.UIElement) |
 | InputScope | (Inherited from System.Windows.FrameworkElement) |
 | IsArrangeValid | (Inherited from System.Windows.UIElement) |
 | IsEnabled | (Inherited from System.Windows.UIElement) |
 | IsFocused | (Inherited from System.Windows.UIElement) |
 | IsHitTestVisible | (Inherited from System.Windows.UIElement) |
 | IsInitialized | (Inherited from System.Windows.FrameworkElement) |
 | IsInputMethodEnabled | (Inherited from System.Windows.UIElement) |
 | IsKeyboardFocused | (Inherited from System.Windows.UIElement) |
 | IsKeyboardFocusWithin | (Inherited from System.Windows.UIElement) |
 | IsLoaded | (Inherited from System.Windows.FrameworkElement) |
 | IsManipulationEnabled | (Inherited from System.Windows.UIElement) |
 | IsMeasureValid | (Inherited from System.Windows.UIElement) |
 | IsMouseCaptured | (Inherited from System.Windows.UIElement) |
 | IsMouseCaptureWithin | (Inherited from System.Windows.UIElement) |
 | IsMouseDirectlyOver | (Inherited from System.Windows.UIElement) |
 | IsMouseOver | (Inherited from System.Windows.UIElement) |
 | IsReadOnly | Gets or sets a value indicating whether the input control is read-only. (Inherited from Xceed.Wpf.Toolkit.Primitives.InputBase) |
 | IsSealed | (Inherited from System.Windows.DependencyObject) |
 | IsStylusCaptured | (Inherited from System.Windows.UIElement) |
 | IsStylusCaptureWithin | (Inherited from System.Windows.UIElement) |
 | IsStylusDirectlyOver | (Inherited from System.Windows.UIElement) |
 | IsStylusOver | (Inherited from System.Windows.UIElement) |
 | IsTabStop | (Inherited from System.Windows.Controls.Control) |
 | IsUndoEnabled | Gets or sets if the Undo function is enabled or not. (Inherited from Xceed.Wpf.Toolkit.Primitives.InputBase) |
 | IsVisible | (Inherited from System.Windows.UIElement) |
 | Language | (Inherited from System.Windows.FrameworkElement) |
 | LayoutTransform | (Inherited from System.Windows.FrameworkElement) |
 | Margin | (Inherited from System.Windows.FrameworkElement) |
 | MaxHeight | (Inherited from System.Windows.FrameworkElement) |
 | Maximum | (Inherited from Xceed.Wpf.Toolkit.Primitives.UpDownBase<T>) |
 | MaxLength | Gets or sets the maximum number of characters that can be manually entered into the NumericUpDown. (Inherited from Xceed.Wpf.Toolkit.NumericUpDown<Nullable<T>>) |
 | MaxWidth | (Inherited from System.Windows.FrameworkElement) |
 | MinHeight | (Inherited from System.Windows.FrameworkElement) |
 | Minimum | (Inherited from Xceed.Wpf.Toolkit.Primitives.UpDownBase<T>) |
 | MinWidth | (Inherited from System.Windows.FrameworkElement) |
 | MouseWheelActiveTrigger | Gets or sets a value indicating when the mouse wheel event should affect the value. (Inherited from Xceed.Wpf.Toolkit.Primitives.UpDownBase<T>) |
 | Name | (Inherited from System.Windows.FrameworkElement) |
 | Opacity | (Inherited from System.Windows.UIElement) |
 | OpacityMask | (Inherited from System.Windows.UIElement) |
 | OverridesDefaultStyle | (Inherited from System.Windows.FrameworkElement) |
 | Padding | (Inherited from System.Windows.Controls.Control) |
 | Parent | (Inherited from System.Windows.FrameworkElement) |
 | ParsingNumberStyle | Gets or sets a value representing the number style of the numeric up-down control. (Inherited from Xceed.Wpf.Toolkit.CommonNumericUpDown<sbyte>) |
 | RenderSize | (Inherited from System.Windows.UIElement) |
 | RenderTransform | (Inherited from System.Windows.UIElement) |
 | RenderTransformOrigin | (Inherited from System.Windows.UIElement) |
 | Resources | (Inherited from System.Windows.FrameworkElement) |
 | ShowButtonSpinner | Gets or sets a value indicating whether the button spinners are visible. (Inherited from Xceed.Wpf.Toolkit.Primitives.UpDownBase<T>) |
 | SnapsToDevicePixels | (Inherited from System.Windows.UIElement) |
 | Style | (Inherited from System.Windows.FrameworkElement) |
 | TabIndex | (Inherited from System.Windows.Controls.Control) |
 | Tag | (Inherited from System.Windows.FrameworkElement) |
 | Template | (Inherited from System.Windows.Controls.Control) |
 | TemplatedParent | (Inherited from System.Windows.FrameworkElement) |
 | Text | Gets or sets the formated string representation of the value of the input control. (Inherited from Xceed.Wpf.Toolkit.Primitives.InputBase) |
 | TextAlignment | Gets or sets the alignment of the text. (Inherited from Xceed.Wpf.Toolkit.Primitives.InputBase) |
 | ToolTip | (Inherited from System.Windows.FrameworkElement) |
 | TouchesCaptured | (Inherited from System.Windows.UIElement) |
 | TouchesCapturedWithin | (Inherited from System.Windows.UIElement) |
 | TouchesDirectlyOver | (Inherited from System.Windows.UIElement) |
 | TouchesOver | (Inherited from System.Windows.UIElement) |
 | Triggers | (Inherited from System.Windows.FrameworkElement) |
 | Uid | (Inherited from System.Windows.UIElement) |
 | UpdateValueOnEnterKey | 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>) |
 | UseLayoutRounding | (Inherited from System.Windows.FrameworkElement) |
 | Value | Gets or sets the value of the control. (Inherited from Xceed.Wpf.Toolkit.Primitives.UpDownBase<T>) |
 | VerticalAlignment | (Inherited from System.Windows.FrameworkElement) |
 | VerticalContentAlignment | (Inherited from System.Windows.Controls.Control) |
 | Visibility | (Inherited from System.Windows.UIElement) |
 | Watermark | Gets or sets the watermark of the input control. (Inherited from Xceed.Wpf.Toolkit.Primitives.InputBase) |
 | WatermarkTemplate | Gets or sets the DataTemplate of the watermark. (Inherited from Xceed.Wpf.Toolkit.Primitives.InputBase) |
 | Width | (Inherited from System.Windows.FrameworkElement) |