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

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