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

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