Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended.PropertyGrid Namespace / NumericEditor Class
Members

In This Topic
    NumericEditor Class
    In This Topic
    Default editor used by C1PropertyGrid to edit numeric values.
    Object Model
    NumericEditor Class
    Syntax
    'Declaration
     
    
    Public Class NumericEditor 
       Inherits C1.Silverlight.C1NumericBox
       Implements C1.Silverlight.Extended.ITypeEditorControl, C1.Silverlight.Extended.ITypeMutipleEditorControl 
    public class NumericEditor : C1.Silverlight.C1NumericBox, C1.Silverlight.Extended.ITypeEditorControl, C1.Silverlight.Extended.ITypeMutipleEditorControl  
    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