Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1PropertyGrid Class / MaxEditorWidth Property

In This Topic
    MaxEditorWidth Property (C1PropertyGrid)
    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