Default editor used by C1PropertyGrid to edit numeric values.

Namespace:  C1.Silverlight.Extended.PropertyGrid
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public class NumericEditor : C1NumericBox, 
	ITypeEditorControl
Visual Basic
Public Class NumericEditor _
	Inherits C1NumericBox _
	Implements ITypeEditorControl

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          C1.Silverlight..::..C1NumericBox
            C1.Silverlight.Extended.PropertyGrid..::..NumericEditor

See Also