A control for entering numeric values.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public class NumericTextBox : NumericTextBoxBase<decimal>
Visual Basic (Declaration)
Public Class NumericTextBox _
	Inherits NumericTextBoxBase(Of Decimal)

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
              Mindscape.WpfElements..::.FilteringTextBoxBase
                Mindscape.WpfElements..::.NumericTextBoxBase<(Of <(Decimal>)>)
                  Mindscape.WpfElements..::.NumericTextBox

See Also