PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridEditorsCollection Class / Add Method

In This Topic
    Add Method (PropertyGridEditorsCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal item As IPropertyGridEditor _
    ) 
    public void Add( 
       IPropertyGridEditor item
    )

    Parameters

    item
    See Also