NumericTextBox Class
See Also  Members  
Xceed.Wpf.Controls Assembly > Xceed.Wpf.Controls Namespace : NumericTextBox Class

Represents a control that limits the value extracted from the inputted text to be a numeric value.

Syntax

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.Primitives.TextBoxBase
                        System.Windows.Controls.TextBox
                           Xceed.Wpf.Controls.AutoSelectTextBox
                              Xceed.Wpf.Controls.ValueRangeTextBox
                                 Xceed.Wpf.Controls.NumericTextBox

Requirements

Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2

See Also