PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / C1PropertyGrid Class / EditorWidth Property

In This Topic
    EditorWidth Property
    In This Topic
    Gets or sets the width of generated editors for the SelectedObject's properties.
    Syntax
    'Declaration
     
    
    Public Property EditorWidth As Double
    public double EditorWidth {get; set;}
    See Also