Numeric edit box with up/down buttons.

Namespace: Ico.WPF.Specialized.DataGridControl.Controls
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class NumericUpDown : Control
Visual Basic
Public Class NumericUpDown _
	Inherits Control
JScript
public class NumericUpDown extends Control

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
              Ico.WPF.Specialized.DataGridControl.Controls..::..NumericUpDown

See Also