PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / WidthEditor Class
Members

In This Topic
    WidthEditor Class
    In This Topic
    Editor of the Width property.
    Object Model
    WidthEditor Class
    Syntax
    'Declaration
     
    
    Public Class WidthEditor 
       Inherits NumericEditor
       Implements IPropertyGridEditor 
    public class WidthEditor : NumericEditor, IPropertyGridEditor  
    Inheritance Hierarchy

    System.Object
       C1.WPF.PropertyGrid.BaseEditor<P,C>
          C1.WPF.PropertyGrid.NumericEditor
             C1.WPF.PropertyGrid.WidthEditor

    See Also